Skip to content

file(), stdout(): fix log sources getting stuck#5134

Merged
HofiOne merged 7 commits intosyslog-ng:masterfrom
HofiOne:fix-file-writer-proto
Sep 26, 2024
Merged

file(), stdout(): fix log sources getting stuck#5134
HofiOne merged 7 commits intosyslog-ng:masterfrom
HofiOne:fix-file-writer-proto

Conversation

@HofiOne
Copy link
Collaborator

@HofiOne HofiOne commented Sep 25, 2024

If a partial write occurs, the written messages must be acknowledged.

It is important to note that a message may be written partially.
In that case, the message will be acknowledged once the complete write is successful. If write errors occur during this process, the partially written message may be duplicated.

Backport of #303 by @MrAnno

If a partial write occurs, the written messages must be acknowledged.

It is important to note that a message may be written partially.
In that case, the message will be acknowledged once the complete write
is successful. If write errors occur during this process, the partially
written message may be duplicated.

Signed-off-by: László Várady <[email protected]>
@HofiOne HofiOne merged commit 8ea218d into syslog-ng:master Sep 26, 2024
@HofiOne HofiOne deleted the fix-file-writer-proto branch September 26, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants