monnand / bully

A leader election program written in Go using Bully algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Did this implement solve split-brain?

Petelin opened this issue · comments

commented

ElasticSearch also use bully algorithm, but update it to solve split-brain. i am looking for something just like that.
Did you have any idea on this?

@Petelin

as far as I know, this project can not deal with split-brain issue