kaijchen edited a comment on pull request #616:
URL: https://github.com/apache/ratis/pull/616#issuecomment-1061496165


   > * Why async flush with current flushIntervalMin causing a bug?
   
   `flushIntervalMin` is actually max time to wait (for a full batch) before 
flush.
   It will introduce latency while improve throughput.
   If it is set to something like `3s`, each log can take `up to 3s` to be 
committed.
   
   It's not a bug, but this value needs to be set carefully.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to