Don't kick out super-users when performing rejoin
When rejoining a server, preventing writes is not as essential as in switchover.
This commit is contained in:
@ -216,7 +216,8 @@ using EventNameSet = std::unordered_set<std::string>;
|
||||
enum class OperationType
|
||||
{
|
||||
SWITCHOVER,
|
||||
FAILOVER
|
||||
FAILOVER,
|
||||
REJOIN
|
||||
};
|
||||
|
||||
class GeneralOpData
|
||||
|
Reference in New Issue
Block a user