tarantool / doc

Tarantool documentation
https://www.tarantool.io/en/doc/
Other
15 stars 43 forks source link

feedback: Automated leader election | Tarantool #2924

Open TarantoolBot opened 2 years ago

TarantoolBot commented 2 years ago

<…>other internal things need direct connection between the nodes. |Also, if election is enabled on the node, it won’t replicate from any nodes except the newest leader. This is done to avoid the issue when a new leader is elected, but the old leader has somehow survived and tries to send more changes to the other nodes.| Term numbers also work as a kind of a filter. For example, you <…>

https://www.tarantool.io/en/doc/latest/book/replication/repl_leader_elect/#leader-election-process

Это неправда. Можно просто удалить целиком этот кусок . Дополнительные пояснения не нужны, т к у нас всегда каждый из узлов принимает репликацию от всех.

patiencedaur commented 2 years ago

Need to clarify the version since which the behavior changed.

sergepetrenko commented 2 years ago

This was fixed in commit https://github.com/tarantool/tarantool/commit/b35e4708e8419759bf2ec024d1f91ae7a356af79 (first release - 2.10.0-beta1) and backported to 2.7.3 and 2.8.2

veod32 commented 2 years ago

Recently, devs have found a bug related to the point. Putting the doc issue on hold for a while.

veod32 commented 2 years ago

Development to fix the issue is going on, and actual system behaviou can be seen on its completion. Moving the doc issue back to Backlog. To sync up with devs in mid-July.