cshannon commented on code in PR #3640:
URL: https://github.com/apache/accumulo/pull/3640#discussion_r1298547234


##########
server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java:
##########
@@ -803,8 +884,17 @@ private void mergeMetadataRecords(MergeInfo info) throws 
AccumuloException {
           var allVolumesDir = new AllVolumesDirectory(range.tableId(), 
value.toString());
           
bw.addMutation(manager.getContext().getAmple().createDeleteMutation(allVolumesDir));
         }
+
+        lastExtent = keyExtent;
       }
 
+      // Process deletes for the highest Tablet for any files that are not 
part of
+      // movedMetadataEntries
+      Sets.difference(possibleMetadataDeletes, 
movedMetadataEntries).forEach(delete -> {

Review Comment:
   This is another side effect from the disjoint issue as explained in 
https://github.com/apache/accumulo/pull/3640#discussion_r1298545382



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