Generally looks good Vladimir, please take a look on this On Wednesday, April 11, 2018 7:02:27 PM MSK Konstantin Belyavskiy wrote: > ticket: https://github.com/tarantool/tarantool/issues/3257 > branch: > https://github.com/tarantool/tarantool/compare/gh-3257-fix-bug-with-ro-repl > ica-as-a-leader > > When bootstrapping a new cluster, each replica from replicaset can > be chosen as a leader, but if it is 'read-only', bootstrap will > failed with an error. > Fixed it by eliminating read-only replicas from voting by adding > access rights information to IPROTO_REQUEST_VOTE reply. > > Closes #3257 > ---