dlmarion commented on code in PR #6156:
URL: https://github.com/apache/accumulo/pull/6156#discussion_r2879313115
##########
core/src/main/java/org/apache/accumulo/core/conf/ClientProperty.java:
##########
@@ -141,7 +141,25 @@ public enum ClientProperty {
"A list of span receiver classes to send trace spans"),
@Deprecated(since = "2.1.0", forRemoval = true)
TRACE_ZOOKEEPER_PATH("trace.zookeeper.path", Constants.ZTRACERS,
PropertyType.PATH,
- "The zookeeper node where tracers are registered", "2.0.0", false);
+ "The zookeeper node where tracers are registered", "2.0.0", false),
+
+ /*
+ * For use with OfflineTabletLocatorImpl
+ */
+ OFFLINE_LOCATOR_CACHE_DURATION("offline.locator.cache.duration", "10m",
PropertyType.TIMEDURATION,
+ "Amount of time for which offline extent information should be cached in
the client. The offline"
Review Comment:
Regarding 4.0, I think this might be a no-op merge to 4.0. The equivalent
operation in 4.0 is to use ScanServers with UNHOSTED tablets.
--
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]