ddanielr commented on code in PR #3551:
URL: https://github.com/apache/accumulo/pull/3551#discussion_r1268608688


##########
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:
   ...Now after commenting that, the TODO and comments are just there to ensure 
that we don't forgot to do the work. 
   Since #3635 exists and is assigned I think that accomplishes the same 
purpose. 
   



-- 
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]

Reply via email to