-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release contains fixes for the overlong holding of file descriptors in a couple of spots inside of cernan: * 07d3fad :: drop unused structures after cernan boot * de747e1 :: drop deleted files from polling in file source The first change allows hopper to drop file descriptors opened as a part of cernan startup. The second change allows the file source to drop file descriptors as soon as the files are marked deleted. Previously we assumed that this could be avoided on the expectation of applications creating a new logfile. This assumption was not valid. Signed-off-by: Brian L. Troutwine <blt@postmates.com>
- Loading branch information
Brian L. Troutwine
committed
Sep 11, 2017
1 parent
de747e1
commit cc1e5b7
Showing
4 changed files
with
21 additions
and
33 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters