-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #303 from MrAnno/fix-file-writer-proto
`file()`, `stdout()`: fix log sources getting stuck
- Loading branch information
Showing
2 changed files
with
110 additions
and
71 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
`file()`, `stdout()`: fix log sources getting stuck | ||
|
||
Due to an acknowledgment bug in the `file()` and `stdout()` destinations, | ||
sources routed to those destinations may have gotten stuck as they were | ||
flow-controlled incorrectly. | ||
|
||
This issue occured only in extremely rare cases with regular files, but it | ||
occured frequently with `/dev/stderr` and other slow pseudo-devices. |