consistent-hash-ring-not-thread-safe

Status: IN

`ConsistentHashRing` has no synchronization; concurrent `add_node`/`remove_node` calls corrupt the sorted `_ring_positions` and `_ring_nodes` lists.

Source: entries/2026/05/29/consistent-hashing-consistent_hashing-ConsistentHashRing.md

JSON