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

Revamp the Appenders page #2528

Open
vy opened this issue Apr 26, 2024 · 1 comment
Open

Revamp the Appenders page #2528

vy opened this issue Apr 26, 2024 · 1 comment
Labels
documentation Pull requests or issues that affect documentation

Comments

@vy
Copy link
Member

vy commented Apr 26, 2024

As agreed in the site structure document, revamp the Appenders page such that

@vy vy added the documentation Pull requests or issues that affect documentation label Apr 26, 2024
@ppkarwasz
Copy link
Contributor

While restructuring the "Appenders" page we should explain the meaning of the immediateFlush option.
Looking at #2023, #2025 and other discussions, users often think that immediateFlush forces the OS to write the data to the underlying storage device.

That is not true, immediateFlush only flushes the Java buffers to the OS and due to the atomicity of the UNIX read()/write() calls this is usually enough for the users: if the appender logs to a pipe, the receiver should get messages up to PIPE_BUF atomically. For files and symbolic links there is no limit and operations should always be atomic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests or issues that affect documentation
Projects
None yet
Development

No branches or pull requests

2 participants