Description
Ratis currently triggers commit entry for every log entry which has been replicated. Each of these commit entries is in turn a file IO to the raft log.
For Ozone, this commit entries in the log are only needed for PutBlock requests, and this should be configurable in Ratis too.