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 race in compaction #58

Merged
merged 5 commits into from
Jan 2, 2025
Merged

Conversation

naveen246
Copy link
Collaborator

Rename CompactorOrchestrator to CompactionOrchestrator

Tried to simplify the implementation by not sharing channels between structs.
compactorMsgCh channel is used to send ShutDown message and is owned by CompactionOrchestrator
resultCh channel is used to hold the Compaction results and is owned by CompactionExecutor

@naveen246 naveen246 requested a review from thrawn01 December 30, 2024 13:11
@thrawn01 thrawn01 merged commit 2819607 into slatedb:main Jan 2, 2025
3 checks passed
@naveen246 naveen246 deleted the fix-race-compaction branch January 6, 2025 17:39
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