Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manager migration set cleanup does not consider the root table. #4475

Open
keith-turner opened this issue Apr 19, 2024 · 1 comment
Open
Assignees
Labels
bug This issue has been verified to be a bug.

Comments

@keith-turner
Copy link
Contributor

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.

private void cleanupNonexistentMigrations(final AccumuloClient accumuloClient)

@keith-turner keith-turner added the bug This issue has been verified to be a bug. label Apr 19, 2024
@keith-turner keith-turner added this to To do in 3.1.0 via automation Apr 19, 2024
@keith-turner keith-turner added this to To do in 2.1.3 via automation Apr 19, 2024
@keith-turner
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue has been verified to be a bug.
Projects
2.1.3
To do
3.1.0
To do
Status: No status
Development

No branches or pull requests

1 participant