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

fix(v2): compaction worker drops final status updates #3725

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

kolesnikovae
Copy link
Collaborator

It is currently possible that during shutdown, the compaction worker may skip sending status updates for jobs that finish between the last poll and the exit of the poll loop. While this is a rare occurrence in practice, we want to avoid unnecessary job reassignments and reprocessing.

@kolesnikovae kolesnikovae requested a review from a team as a code owner November 28, 2024 06:10
@kolesnikovae kolesnikovae merged commit a2ca38d into main Nov 28, 2024
18 checks passed
@kolesnikovae kolesnikovae deleted the fix/compaction-worker-shutdown branch November 28, 2024 06:24
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