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

Datanode heartbeating #68

Merged
merged 3 commits into from
Jan 16, 2024
Merged

Datanode heartbeating #68

merged 3 commits into from
Jan 16, 2024

Conversation

Kimahriman
Copy link
Owner

Resolves #67

Reworks a lot of the block writer and datanode connection. Split the datanode module into separate block_writer and block_reader modules. Created a separate task for sending the packets, so that the heartbeat task could send packets as well. This should also improve performance a bit by sending packets in the background instead of sending them synchronously during writes.

@Kimahriman Kimahriman merged commit 905ff47 into master Jan 16, 2024
7 checks passed
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.

Add datanode heartbeating
1 participant