uwiger / locks

A scalable, deadlock-resolving resource locker
Mozilla Public License 2.0
205 stars 26 forks source link

changed nodes mgmt to ordset; added test cases #31

Closed uwiger closed 6 years ago

uwiger commented 7 years ago

Trying to close in on reported netsplit issues in leader election. Ref #30

benoitc commented 6 years ago

what's the status of this PR?

uwiger commented 6 years ago

I think I forgot about it while waiting for feedback. :)

benoitc commented 6 years ago

:) looks ok there though I didn't do any extensive testing

uwiger commented 6 years ago

I tried running make test on my machine, but it failed in ct_slave:spawn_remote_node(). I think this is more related to my IP config than to the code. Annoying, though.

uwiger commented 6 years ago

Rebased and ran the test suite several times. Seems to work.