Array and List backed HashRing implementations throw on removeNode
buritos opened this issue · 1 comments
buritos commented
MD5*Ring
and MurmurArrayHashRing
excludeNode
always fail with ArrayIndexOutOfBoundsException
. nodeOf
also fails with the same exception when the ring is empty. From what I see it the exact same algorithm copied over to all of these.
There are ignored tests which currently fail for these here: #12
VaughnVernon commented
Long obsolete.