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

[leo_redundant_manager] ring status to be synced between mnesia and worker state #309

Closed
mocchira opened this issue Feb 19, 2015 · 1 comment

Comments

@mocchira
Copy link
Member

mnesia:subscribe enable us to implement this feature.
http://www.erlang.org/doc/apps/mnesia/Mnesia_chap5.html#id76669

@yosukehara
Copy link
Member

I've fixed this issue and implemented two ways of synchronization of a ring status.

  • Handling mnesia events to synchronize a ring state immediately
  • Monitoring a ring state with leo_manager's node to fix inconsistent a ring state

Commit logs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants