Skip to content
Discussion options

You must be logged in to vote

This optimization allows the client to get ACK earlier than fsync, which is fine, because the log record is replicated and committed to the quorum. This doesn't work well with 1-node setup (which is inappropriate for production clusters). In other words, WriteAheadLog guarantee the durability of the last write while the whole cluster alive. Then the whole cluster is crashed, WriteAheadLog can recover from some safe point, which is not the last write.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@sakno
Comment options

Answer selected by msallin
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Lib:Cluster DotNext.Net.Cluster library
2 participants
Converted from issue

This discussion was converted from issue #284 on June 22, 2026 12:07.