super-flat / parti

🪩 parti is cluster sharding via raft over gRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: failed node eviction in k8s

zenyui opened this issue · comments

k8s discovery needs to recover faster when nodes go down. if a node gets evicted without sending a Leave Cluster message (I believe this is via the memberlist gossip), sometimes the raft leader fails to evict the node from the cluster. the heartbeats continue to fail, but the node is never removed.

I believe this is resolved in the recent commits