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

Always balance root and metadata tables #4709

Merged
merged 6 commits into from
Jul 5, 2024

Conversation

dlmarion
Copy link
Contributor

Fixes #4515

@dlmarion dlmarion self-assigned this Jun 26, 2024
@dlmarion dlmarion linked an issue Jun 26, 2024 that may be closed by this pull request
@dlmarion
Copy link
Contributor Author

dlmarion commented Jul 1, 2024

@keith-turner - good catch on these latest comments. I had some things outside of the loop that should have been inside of it.

int i = 0;
do {
i++;
log.debug("Balancing for tables at level {}, times-in-loop: {}", dl, i);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The times in loop info is nice, w/o it would have to dig through logs and look for changes in level.

@dlmarion dlmarion merged commit 97c11b7 into apache:2.1 Jul 5, 2024
8 checks passed
@dlmarion dlmarion deleted the 4515-balance-system-tables-first branch July 5, 2024 19:50
dlmarion added a commit to dlmarion/accumulo that referenced this pull request Jul 9, 2024
4 ITs failing. These changes get the ITs working again.

Related to apache#4709
dlmarion added a commit to dlmarion/accumulo that referenced this pull request Jul 9, 2024
The changes to Manager.balanceTablets in 4709 left
4 ITs failing. These changes get the ITs working again.

Related to apache#4709
@ctubbsii ctubbsii modified the milestones: 3.1.0, 2.1.3 Jul 12, 2024
dlmarion added a commit that referenced this pull request Jul 23, 2024
The changes to Manager.balanceTablets in 4709 left
4 ITs failing. These changes get the ITs working again.

Related to #4709
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhosted user tablets prevent balancing of metadata table
3 participants