szetszwo commented on code in PR #11096:
URL: https://github.com/apache/ozone/pull/11096#discussion_r3869069126
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/ratis/OzoneManagerRatisServer.java:
##########
@@ -115,6 +115,9 @@
public final class OzoneManagerRatisServer {
private static final Logger LOG =
LoggerFactory.getLogger(OzoneManagerRatisServer.class);
+ /** Superseded by {@code ozone.om.ha.raft.server.retrycache.expirytime},
still honoured if set. */
+ private static final String RETRY_CACHE_TIMEOUT_DEPRECATED_KEY =
"ozone.om.ratis.server.retry.cache.timeout";
Review Comment:
This should be added to OzoneConfiguration.addDeprecatedKeys()
--
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]