EdColeman commented on code in PR #4238:
URL: https://github.com/apache/accumulo/pull/4238#discussion_r1480540634


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -811,6 +811,11 @@ public enum Property {
           + " that begin with 'table.file' can be used here. For example, to 
set the compression"
           + " of the sorted recovery files to snappy use 
'tserver.wal.sort.file.compress.type=snappy'.",
       "2.1.0"),
+  TSERV_FAILED_BULK_COPY_THREADS("tserver.failed.bulk.threads", "2", 
PropertyType.COUNT,
+      "The number of threads used in the distributed work queue for copying 
failed bulk import RFiles.",

Review Comment:
   "distributed work queue" here may be an implementation detail that does help 
the user in setting this value.



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