Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve logging #138

Open
sevenautumns opened this issue Nov 5, 2024 · 0 comments
Open

improve logging #138

sevenautumns opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@sevenautumns
Copy link
Collaborator

Right now, logging is not performant and can fill up the complete UnixDatagram of a partition, resulting in messages and other requests being silently dropped. The problem of a filled up UnixDatagram can be solved with the new syscall system. The performance problem could be solved by preparing a Stdio for stdout and stderr (application_message and application_error) and handing them to the Command struct of each partition. This Stdio could be made from a pipe.

@sevenautumns sevenautumns added the enhancement New feature or request label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant