accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Manager migration set cleanup does not consider the root table.

Open keith-turner opened this issue 1 year ago • 1 comments

The following code exists to cleanup the manager migration set for the case of tablets splitting. It does not seem to consider the metadata table when cleaning up. The metadata table can split. Seems like it could also scan the root tablet.

https://github.com/apache/accumulo/blob/7c6572caf336cd76bb794befe7a31dce3503cd4b/server/manager/src/main/java/org/apache/accumulo/manager/Manager.java#L709

keith-turner avatar Apr 19 '24 02:04 keith-turner

#4474 is modifying the same code, so would be good to merge it before working on this

keith-turner avatar Apr 19 '24 02:04 keith-turner