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

remote deployment implementation #319

Closed
wants to merge 9 commits into from
Closed

remote deployment implementation #319

wants to merge 9 commits into from

Conversation

Tochemey
Copy link
Owner

@Tochemey Tochemey commented May 6, 2024

closes #290

  • Refactor a bit the code. Make use of memory efficient map instead of standard. (need to QA it)
  • Design peer node state model
  • Implement the service definition in the actor system
  • Return the list of Peers on the cluster engine
  • Implement a timer to replicate peer state to the rest of the cluster
  • Handle NodeLeft cluster event to remotely spawn node left actors on the other nodes
  • QA the whole things

Copy link

codecov bot commented May 6, 2024

Codecov Report

Attention: Patch coverage is 47.25275% with 48 lines in your changes are missing coverage. Please review.

Project coverage is 86.15%. Comparing base (6f6452f) to head (03070de).

Files Patch % Lines
actors/actor_system.go 43.05% 36 Missing and 5 partials ⚠️
actors/pid_map.go 61.11% 5 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #319      +/-   ##
==========================================
- Coverage   86.75%   86.15%   -0.61%     
==========================================
  Files          32       32              
  Lines        2998     3034      +36     
==========================================
+ Hits         2601     2614      +13     
- Misses        285      303      +18     
- Partials      112      117       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

[feat] redeployment long-lived actors when node left cluster
1 participant