-
Notifications
You must be signed in to change notification settings - Fork 13
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] Actor redeployment when cluster mode is enabled #192
Labels
Comments
Tochemey
added
bug
Something isn't working
up for grabs
Extra attention is needed
labels
Dec 20, 2023
There are two ways to go about this:
|
Tochemey
added
feature
New feature or request
and removed
bug
Something isn't working
labels
Dec 23, 2023
Tochemey
changed the title
[bug] Actor redeployment when cluster mode is enabled
[feat] Actor redeployment when cluster mode is enabled
Dec 23, 2023
I will look into actors' redeployment. This may mean changing the underlying cluster engine and falling back to core raft and co. Any help is welcome. cc @AlexanderTar, @chenxyzl and @civilizeddev. |
Tochemey
added
wontfix
This will not be worked on
and removed
wontfix
This will not be worked on
labels
Jan 14, 2024
Some thoughts here:
|
I will not be able to work on this at the moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cluster implementation simply relies on a distributed sharded key/value store engine. It handles the rebalance and the sharding mechanism.
It is an issue because that actor cannot be found when its node dies
The text was updated successfully, but these errors were encountered: