keith-turner commented on issue #5014:
URL: https://github.com/apache/accumulo/issues/5014#issuecomment-2495526170

   Would the following be a good way to handle upgrade?
   
    1. Upgrade marks all splits as system
    2. There is per table prop that will enable automatic merges based on size. 
 The default value for this property is disables automatic merging.
    3. The add split API call is modified such that if a user calls it passes 
in an existing split that is a system split it will remark it as a user split.
   
   Then after upgrade user have a chance to mark splits that should never be 
automatically removed before enabling the auto merge feature.


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