replication: ballot.is_ro -> is_ro_cfg
Rename the member to show its actual meaning. It is not the real RO state of the instance. Only how it is configured. It can happen that the instance is read_only = false, but still is in RO state due to other reasons. The patch is done in scope of #5613 where the ballot is going to be extended and used a bit differently in the join-master search algorithm. Part of #5613
Showing
- src/box/box.cc 1 addition, 1 deletionsrc/box/box.cc
- src/box/iproto_constants.h 1 addition, 1 deletionsrc/box/iproto_constants.h
- src/box/replication.cc 1 addition, 1 deletionsrc/box/replication.cc
- src/box/xrow.c 6 additions, 6 deletionssrc/box/xrow.c
- src/box/xrow.h 2 additions, 2 deletionssrc/box/xrow.h
Loading
Please register or sign in to comment