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

[BUG] Calling the same actor method across machines cannot be guaranteed to be executed in the FIFO order #32

Closed
nlighting opened this issue Jun 26, 2023 · 0 comments · Fixed by #33
Assignees
Labels
enhancement New feature or request

Comments

@nlighting
Copy link
Collaborator

At present, when it is necessary to call an actor method across machines, hiactor will look for a local shard connected to the target machine on the current machine to forward it on its behalf.
However, the calculation of this proxy shard adopts a round-robin method, so multiple calls to an actor's method may be forwarded by different shards, which leads to an inconsistency at the dataflow level and cannot guarantee that the actor method called first will be certain executed first.

@nlighting nlighting added the bug Something isn't working label Jun 26, 2023
@nlighting nlighting self-assigned this Jun 26, 2023
@nlighting nlighting changed the title [BUG] Calling the same actor method across machines cannot be guaranteed to be executed in the correct order [BUG] Calling the same actor method across machines cannot be guaranteed to be executed in the FIFO order Jun 26, 2023
@LiSu LiSu added enhancement New feature or request and removed bug Something isn't working labels Jun 26, 2023
@LiSu LiSu closed this as completed in #33 Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants