1
0
Fork 0

abort ongoing transactions in all cases (#8291)

This commit is contained in:
Jan 2019-02-28 14:36:56 +01:00 committed by GitHub
parent 5d2ab0c901
commit 2c1eee547d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1320,6 +1320,8 @@ retry:
"caught unknown exception during initial replication");
}
}
abortOngoingTransactions();
_applier->stop(res);
return res;