ChenSammi opened a new pull request, #6768: URL: https://github.com/apache/ozone/pull/6768
## What changes were proposed in this pull request? Currently, while sending watch requests in ozone client, it sends watch requests with ratis replication level set to ALL_COMMITTED and in case it fails, it sends the request with MAJORITY_COMMITTED semantics. The idea is to configure the replication level for watch requests so that MAJORITY_COMMITTED can be used if write performance is favored. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2887 ## How was this patch tested? Existing UT. This CI will test ALL_COMMITTED case. This CI tested MAJORITY_COMMITTED case. -- 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]
