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


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

Review Comment:
   I updated this in f2a7a64 to remove the new property and just deprecate the 
unused property in main. I dropped some TODOs to remove some of the things that 
were apparent. I also moved some code around in LogSorter.



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