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

Unsplit fix for new keys on both nodes #14

Closed
wants to merge 5 commits into from
Closed

Conversation

f3c0
Copy link

@f3c0 f3c0 commented Apr 27, 2018

I've found that after I start 2 nodes and split, I add new elements on node1 and new elements on node2 with differents keys, the usplit does not sync the new keys from both nodes, only one (depends on which node started to resolve the unsplit)

I replaced the original test, because it did not run, just waited forever on table creation, and extended with adding keys on both nodes.
you can run the test with rebar3 ct --name something (the --name needs to be there)

I see there was already a PR years ago for this problem: #8
In this change I try to collect from keys only from 2 nodes.

@f3c0 f3c0 changed the title Unsplit fix Unsplit fix for new keys on both nodes Apr 27, 2018
@f3c0 f3c0 closed this Nov 21, 2018
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.

1 participant