ss77892 opened a new pull request, #1436: URL: https://github.com/apache/ratis/pull/1436
## What changes were proposed in this pull request? When appendEntriesComposeEnabled is disabled (set to false), the code now bypasses the appendLog() method entirely and invokes the append operation directly on the current thread. This change eliminates the unnecessary async hop that remained in RATIS-2387. Instead of creating a completed future and then using thenComposeAsync() to schedule the append on the executor, the append now happens immediately on the calling thread. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-2505 ## How was this patch tested? Ozone cluster deployment with high volume write load. -- 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]
