keith-turner commented on code in PR #5628:
URL: https://github.com/apache/accumulo/pull/5628#discussion_r2138543753
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -364,6 +364,11 @@ public enum Property {
PropertyType.TIMEDURATION,
"Time to wait between scanning tablet states to identify tablets that
need to be assigned, un-assigned, migrated, etc.",
"2.1.2"),
+
MANAGER_TABLET_GROUP_WATCHER_SCAN_THREADS("manager.tablet.watcher.scan.threads.max",
"16",
Review Comment:
yeah that would be good to keep it at 8, pulled 16 from the 4.0 code.
--
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]