ddanielr opened a new issue, #6425: URL: https://github.com/apache/accumulo/issues/6425
**Is your feature request related to a problem? Please describe.** The merge command will select the `table.split.threshold` value of the merge operation if a goalSize is not provided or is less than 1. https://github.com/apache/accumulo/blob/1ccc3ef0564916fb63bf1dac3d668f93bf553d65/core/src/main/java/org/apache/accumulo/core/util/Merge.java#L112-L116 However, this automatic size selection is hidden from the user running the merge command. **Describe the solution you'd like** The Merge command should be modified to expose this information to better educate users on merge job results. -- 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]
