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

Log file flushing is 'slow' on originary log files. #1689

Closed
beretta42 opened this issue May 18, 2020 · 1 comment
Closed

Log file flushing is 'slow' on originary log files. #1689

beretta42 opened this issue May 18, 2020 · 1 comment
Milestone

Comments

@beretta42
Copy link

On an unbusy server, I notice ordinary file logging (not stderr, or stdout) doesn't happen until a new log entry is placed. looking at /src/logging.c I see fflush(), but only if 1 second has elapsed. Unfortunately this check only happens upon the next log entry, so the previous log entry get trapped in the kernel.

@ralight
Copy link
Contributor

ralight commented Jul 15, 2020

This should be fixed now on the fixes branch. Thanks for the report and your patience.

@ralight ralight added this to the 1.6.11 milestone Jul 15, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants