mirror of https://gitee.com/bigwinds/arangodb
abort ongoing transactions in all cases (#8291)
This commit is contained in:
parent
5d2ab0c901
commit
2c1eee547d
|
@ -1320,6 +1320,8 @@ retry:
|
|||
"caught unknown exception during initial replication");
|
||||
}
|
||||
}
|
||||
|
||||
abortOngoingTransactions();
|
||||
|
||||
_applier->stop(res);
|
||||
return res;
|
||||
|
|
Loading…
Reference in New Issue