kevinrr888 commented on code in PR #5416: URL: https://github.com/apache/accumulo/pull/5416#discussion_r2056559124
########## server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java: ########## @@ -880,20 +879,17 @@ private void hostSuspendedTablet(TabletLists tLists, TabletMetadata tm, Location private void hostDeadTablet(TabletLists tLists, TabletMetadata tm, Location location) throws WalMarkerException { tLists.assignedToDeadServers.add(tm); - if (location.getServerInstance().equals(manager.migrations.get(tm.getExtent()))) { - manager.migrations.remove(tm.getExtent()); - } + manager.conditionallyDeleteMigration(tm.getExtent(), location.getServerInstance()); Review Comment: Dropped in 0a9455cdea88f167179953a1eb8073bf7a77c2f3 -- 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