push
github
applier: fix assertion failure after split brain After receiving async transaction from an old term applier_apply_tx exits without unlocking the latch. If the same applier tries to subscribe for replication, it fails with assertion, as the latch is already locked. Let's fix the function, which raises error so that it just sets diag and returns -1. Closes #10073 NO_DOC=bugfix NO_CHANGELOG=no crash on release version (cherry picked from commit 5ce010c5e)
62718 of 113974 branches covered (55.03%)
12 of 12 new or added lines in 1 file covered. (100.0%)
10 existing lines in 7 files now uncovered.93651 of 109108 relevant lines covered (85.83%)
2451533.6 hits per line