kaijchen commented 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 slow down the service significantly if it was set to something like `3s`. Each log can take up to 3s to be committed if the QPS is very low. 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]
