keith-turner commented on code in PR #6156:
URL: https://github.com/apache/accumulo/pull/6156#discussion_r2879383888
##########
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:
In 2.1 all the server side scan server props are marked experimental. So
making all these client props experimental would be consistent w/ that and it
signals they are subject to change or removal at any time.
--
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]