cshannon commented on code in PR #5184:
URL: https://github.com/apache/accumulo/pull/5184#discussion_r1885375682


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -767,6 +767,15 @@ public enum Property {
       "Resource group name for this TabletServer. Resource groups can be 
defined to dedicate resources "
           + " to specific tables (e.g. balancing tablets for table(s) within a 
group, see TableLoadBalancer).",
       "4.0.0"),
+  
TSERV_CONDITIONAL_UPDATE_THREADS_ROOT("tserver.conditionalupdate.threads.root", 
"16",
+      PropertyType.COUNT, "Numbers of threads for executing conditional 
updates on the root table.",
+      "4.0.0"),
+  
TSERV_CONDITIONAL_UPDATE_THREADS_META("tserver.conditionalupdate.threads.meta", 
"16",
+      PropertyType.COUNT, "Numbers of threads for executing conditional 
updates on the root table.",
+      "4.0.0"),
+  
TSERV_CONDITIONAL_UPDATE_THREADS_USER("tserver.conditionalupdate.threads.user", 
"16",
+      PropertyType.COUNT, "Numbers of threads for executing conditional 
updates on the root table.",

Review Comment:
   ```suggestion
         PropertyType.COUNT, "Numbers of threads for executing conditional 
updates on the user table.",
   ```



##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -767,6 +767,15 @@ public enum Property {
       "Resource group name for this TabletServer. Resource groups can be 
defined to dedicate resources "
           + " to specific tables (e.g. balancing tablets for table(s) within a 
group, see TableLoadBalancer).",
       "4.0.0"),
+  
TSERV_CONDITIONAL_UPDATE_THREADS_ROOT("tserver.conditionalupdate.threads.root", 
"16",
+      PropertyType.COUNT, "Numbers of threads for executing conditional 
updates on the root table.",
+      "4.0.0"),
+  
TSERV_CONDITIONAL_UPDATE_THREADS_META("tserver.conditionalupdate.threads.meta", 
"16",
+      PropertyType.COUNT, "Numbers of threads for executing conditional 
updates on the root table.",

Review Comment:
   ```suggestion
         PropertyType.COUNT, "Numbers of threads for executing conditional 
updates on the metadata table.",
   ```



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