Skip to content

Removes the completed set from the coordinator#6241

Merged
keith-turner merged 2 commits intoapache:mainfrom
keith-turner:remove-completed-set-from-coordinator
Mar 25, 2026
Merged

Removes the completed set from the coordinator#6241
keith-turner merged 2 commits intoapache:mainfrom
keith-turner:remove-completed-set-from-coordinator

Conversation

@keith-turner
Copy link
Copy Markdown
Contributor

This change is made in support of #6217. Successfully ran all ITs that were changed.

This change is made in support of apache#6217.  Successfully ran all ITs that
were changed.
@keith-turner keith-turner added this to the 4.0.0 milestone Mar 24, 2026
}

client.tableOperations().flush(table1);
client.tableOperations().flush(table1, null, null, true);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This was an existing test bug I ran into while running ITs. Changed this code to wait for the flush instead of just initiate it. One test was hanging because it was trying to create 4 files, but this would not always happen.


this.fateClients = fateClients;

completed = ctx.getCaches().createNewBuilder(CacheName.COMPACTIONS_COMPLETED, true)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can CacheName.COMPACTIONS_COMPLETED be removed also?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

probably, I will look into that

@keith-turner keith-turner merged commit b951aab into apache:main Mar 25, 2026
9 checks passed
@keith-turner keith-turner deleted the remove-completed-set-from-coordinator branch March 25, 2026 16:04
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.

2 participants