symious commented on code in PR #9320:
URL: https://github.com/apache/ozone/pull/9320#discussion_r2597536107


##########
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:
   @peterxcli For the configuration, I decided to keep the original check to 
isolate the locallease and linearizable part.
   
   Linearizable read is set by OMs, but locallease configs can be set from OM 
and also client side for future usage.



-- 
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]

Reply via email to