Skip to content

Fix numFiles check in GracefulShutdownIT#6472

Merged
dlmarion merged 1 commit into
apache:2.1from
dlmarion:graceful-shutdown-it-fix
Jul 9, 2026
Merged

Fix numFiles check in GracefulShutdownIT#6472
dlmarion merged 1 commit into
apache:2.1from
dlmarion:graceful-shutdown-it-fix

Conversation

@dlmarion

@dlmarion dlmarion commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

GracefulShutdownIT was periodically failing when checking if the number of files in the table was lower than before a compaction occurred. This check was happening too quickly and not allowing for the coordinator to notify the tablet server to commit the compaction. Changed the logic to wait for the condition instead of checking it once.

GracefulShutdownIT was periodically failing when checking if
the number of files in the table was lower than before a
compaction occurred. This check was happening too quickly
and not allowing for the coordinator to notify the tablet
server to commit the compaction. Changed the logic to wait
for the condition instead of checking it once.
@dlmarion dlmarion added this to the 2.1.6 milestone Jul 9, 2026
@dlmarion dlmarion self-assigned this Jul 9, 2026
@dlmarion dlmarion merged commit 21139f6 into apache:2.1 Jul 9, 2026
9 checks passed
@dlmarion dlmarion deleted the graceful-shutdown-it-fix branch July 9, 2026 18:43
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