symious commented on code in PR #9320:
URL: https://github.com/apache/ozone/pull/9320#discussion_r2549067459
##########
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 currently it's already the logic?
```
if (local lease read)
else if (linearizable read)
end if
normal check leader and read from leader
```
--
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]