nandakumar131 opened a new pull request, #8637: URL: https://github.com/apache/ozone/pull/8637
## What changes were proposed in this pull request? Disable Ratis metadata write to Raft Log on OM & SCM For OM & SCM we don't have to write the commit index to the Raft Log, this is meant for scenarios where we want to recover commit index on majority failure. This is not required for OM & SCM. Disabling commit index write to Raft Log will improver the performance of Ratis as we will make one less disk IO for each transaction. ## What is the link to the Apache JIRA HDDS-13281 ## How was this patch tested? CI Run: https://github.com/nandakumar131/ozone/actions/runs/15688034541 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
