Manno15 commented on a change in pull request #2236:
URL: https://github.com/apache/accumulo/pull/2236#discussion_r692370503



##########
File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
##########
@@ -675,6 +675,11 @@
       "The maximum number of threads to use to sort logs during" + " 
recovery", "1.5.0"),
   TSERV_SORT_BUFFER_SIZE("tserver.sort.buffer.size", "10%", 
PropertyType.MEMORY,
       "The amount of memory to use when sorting logs during recovery.", 
"1.5.0"),
+  TSERV_WAL_SORT_FILE_PREFIX("tserver.wal.sort.file.", null, 
PropertyType.PREFIX,
+      "The rfile properties to use when sorting logs during recovery. Most of 
the properties"
+          + " that begin with 'table.file' can be used here. For example, to 
set the compression"

Review comment:
       Do you know of 'table.file' props that can't be used here? 




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