EdColeman commented on PR #2708:
URL: https://github.com/apache/accumulo/pull/2708#issuecomment-1127785223

   So:
   
   ```
   The max file size used for a merging minor compaction.  The default value is 
1 byte which effectively disables merging minor compactions. A value of 0 
specifies no max size, and a merging compaction will always be run on a flush.  
Minor merging compactions can result in write thread contention and flush 
failures, instead MAX_NUM_FILES [-?] and minor compactions will control the 
number of files
   ```
   Not sure if the NUM_FILES helps here or not...
   


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