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:
Esa Korhonen
2019-06-19 12:25:30 +03:00
parent 3d8475f8ed
commit 39df829384
4 changed files with 11 additions and 7 deletions

View File

@ -216,7 +216,8 @@ using EventNameSet = std::unordered_set<std::string>;
enum class OperationType
{
SWITCHOVER,
FAILOVER
FAILOVER,
REJOIN
};
class GeneralOpData