Skip to content
Discussion options

You must be logged in to vote

A single Erlang process always runs on 1 CPU core at at time. Currently, the write-ahead log process (ra_log_wal) is shared by all quorum queues on a given node and with enough traffic across many queues, it will become the bottleneck sooner or later. This process writes data to disk, so a faster disk, especially in terms of fsync() time, may help.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
Converted from issue

This discussion was converted from issue #14981 on November 20, 2025 12:53.