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

Feat/refactor wait handler #4

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Conversation

St4NNi
Copy link
Member

@St4NNi St4NNi commented Oct 25, 2024

This PR updates the wait handling logic. It also includes all changes from the reconfiguration branch and allows users to fully configure new nodes by interacting with existing ones.

Changes

  • New and updated wait_handler that duplicates less of the internal state
  • Added reconfiguration logic
  • Experimental redb storage backend for testing

@St4NNi St4NNi requested a review from lfbrehm October 25, 2024 12:51
Copy link
Member

@lfbrehm lfbrehm left a comment

Choose a reason for hiding this comment

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

A few comments need to be removed and one debug print is still in the code

synevi_core/src/coordinator.rs Outdated Show resolved Hide resolved
synevi_persistence/src/lmdb_store.rs Outdated Show resolved Hide resolved
synevi_persistence/src/lmdb_store.rs Outdated Show resolved Hide resolved
synevi_persistence/src/lmdb_store.rs Outdated Show resolved Hide resolved
synevi_persistence/src/mem_store.rs Outdated Show resolved Hide resolved
synevi_persistence/src/redb_store.rs Outdated Show resolved Hide resolved
@St4NNi St4NNi requested a review from lfbrehm October 26, 2024 13:15
@St4NNi
Copy link
Member Author

St4NNi commented Oct 26, 2024

Should all be fixed by now, additionally I have put all potential blocking I/O tasks into spawn_blocking threads.

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