symious commented on code in PR #9320:
URL: https://github.com/apache/ozone/pull/9320#discussion_r2559222398
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java:
##########
@@ -76,6 +76,18 @@ public final class OMConfigKeys {
public static final String OZONE_OM_GRPC_PORT_KEY =
"ozone.om.grpc.port";
+ public static final String OZONE_OM_FOLLOWER_READ_LOCAL_LEASE_ENABLED_KEY =
Review Comment:
I think these flags should make users quite confused.
1. leader-only-read
2. follower-linearizable-read
3. follower-stale-read + fallback option(leader or linear-read)
The above seems more fluent.
--
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]