keith-turner commented on PR #4889:
URL: https://github.com/apache/accumulo/pull/4889#issuecomment-2351088427

   This bug was found by `VolumeIT.testDirtyReplaceVolumes()`.  This test 
currently passes in 4.0 because volume replacement was reworked in 4.0.
   
   In 3.1 the following happens during tablet load.
   
    1. Tablet server checks if recovery is needed
    2. Tablet server does volume replacement if needed
    3. Tablet server does recovery if it was needed.
   
   In 4.0 the foillowing happens during tablet load.
   
    1. Manager does volume replacement for a tablet if needed prior to load
    2. Tablet server checks if recovery is needed
    3. Tablet server does recovery if it was needed.
   
   So these changes should be dropped when merging to 4.0 to avoid creating a 
maintenance burden.


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to