cshannon opened a new pull request, #3903: URL: https://github.com/apache/accumulo/pull/3903
This commit updates the merge and delete rows FATE ops to verify that if tablets being processed do not have any wals This closes #3845 This PR makes the following changes: 1. Modifies ReserveTablets FATE op to check that the tablets have no wals when reserving 2. Modifies `MergeTablets` and `DeleteRows` FATE ops to add verification that the tablets have no wals 3. Modifies `TabletManagementIterator` to return a tablet back for processing again by TGW if there's no location, an op id set and wals exist 4. Modifies `TabletGroupWatcher` to set the tablet goal to be hosted to bring a tablet online if wals exist and a fate id is also set I have marked this as a draft for now because I believe these are all the changes needed but I wanted to explore adding a test or 2 if possible (maybe `TabletManagementIteratorIT`, etc) -- 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]
