ddanielr commented on code in PR #3551:
URL: https://github.com/apache/accumulo/pull/3551#discussion_r1268606855
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -373,6 +373,11 @@ public enum Property {
"1.10.0"),
MANAGER_SPLIT_WORKER_THREADS("manager.split.inspection.threadpool.size",
"8", PropertyType.COUNT,
"The number of threads used to inspect tablets files to find split
points.", "4.0.0"),
+
+ // This property is a stopgap. See GitHub Accumulo issue #3635.
Review Comment:
It's resolving it 50% of the way. @keith-turner and I discussed it and the
goal is to have the queue maxSize be configurable on a per-queue basis. #3635
is for resolving the TODO completely.
--
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]