accumulo
accumulo copied to clipboard
Manager migration set cleanup does not consider the root table.
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
#4474 is modifying the same code, so would be good to merge it before working on this