Fix typo which prevents to start replicated sends

This commit is contained in:
Nicolae Vartolomei 2019-02-02 11:27:27 +00:00
parent f74d26022e
commit 5a8ebba4e1
No known key found for this signature in database
GPG Key ID: C8E7675B7C70A0E0

View File

@ -186,7 +186,7 @@ BlockIO InterpreterSystemQuery::execute()
startStopAction(context, query, ActionLocks::PartsSend, false);
break;
case Type::START_REPLICATEDS_SENDS:
startStopAction(context, query, ActionLocks::PartsSend, false);
startStopAction(context, query, ActionLocks::PartsSend, true);
break;
case Type::STOP_REPLICATION_QUEUES:
startStopAction(context, query, ActionLocks::ReplicationQueue, false);