From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Vladimir Davydov Subject: [PATCH 0/5] Fix a couple of replication breakdown issues Date: Sat, 29 Dec 2018 00:21:46 +0300 Message-Id: To: tarantool-patches@freelists.org List-ID: For details see comments to the individual patches and the issue description. https://github.com/tarantool/tarantool/issues/3910 https://github.com/tarantool/tarantool/commits/dv/gh-3910-fix-replication-crash Vladimir Davydov (5): recovery: stop writing to xstream on system error relay: do not try to scan xlog if exiting relay: cleanup error handling relay: close xlog cursor in relay thread xlog: assure xlog is opened and closed in the same thread src/box/recovery.cc | 18 +++++++-- src/box/relay.cc | 111 +++++++++++++++++++++++++++++++++++----------------- src/box/xlog.c | 4 ++ 3 files changed, 94 insertions(+), 39 deletions(-) -- 2.11.0