basho / riak_ensemble

Multi-Paxos framework in Erlang
http://www.youtube.com/watch?v=gXJxbhca5Xg
Apache License 2.0
166 stars 76 forks source link

update_members crashes when after a reip + force-replace [JIRA: RIAK-1801] #69

Open ian-mi opened 9 years ago

ian-mi commented 9 years ago

Attempting to change node names with reip + force-replace as outlined by the clusters from backups docs while riak_ensemble is enabled results in the following error repeatedly crashing the riak_core_claimant:

riak_core_claimant:start_link() at <0.711.0> exit with reason no function clause matching riak_ensemble_peer:update_members(undefined, [{add,{{'dev4@127.0.0.1',{1431,542192,541604}},'dev4@127.0.0.1'}},{del,{{'dev4@127.0.0.1',{1431,...}},...}}], 10000) line 168 in context child_terminated
nickelization commented 9 years ago

Hi there, many thanks for the issue report. I'm pretty much booked for the rest of this week, but I'll try and take a look into this in the next week or so and let you know what I can come up with. - Nick

zcsete commented 7 years ago

Hey guys, do you have any workaround for this error?