keith-turner commented on code in PR #5311:
URL: https://github.com/apache/accumulo/pull/5311#discussion_r2002041584
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TabletLocator.java:
##########
@@ -132,22 +137,35 @@ static synchronized void enable() {
enabled = true;
}
+ private static TabletLocator newTabletLocator(ClientContext context, TableId
tableId,
+ TabletLocator parent) {
+
+ boolean useConcurrentLocator =
Review Comment:
Tried creating an experimental client property to enable/disable this new
cache. One problem with it is it makes it hard to turn this feature on server
side, like to have the manager process use this cache for metadata table scans.
--
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]