Tarantool development patches archive
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix a couple of replication breakdown issues
@ 2018-12-28 21:21 Vladimir Davydov
  2018-12-28 21:21 ` [PATCH 1/5] recovery: stop writing to xstream on system error Vladimir Davydov
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Vladimir Davydov @ 2018-12-28 21:21 UTC (permalink / raw)
  To: tarantool-patches

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-12-29 12:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-28 21:21 [PATCH 0/5] Fix a couple of replication breakdown issues Vladimir Davydov
2018-12-28 21:21 ` [PATCH 1/5] recovery: stop writing to xstream on system error Vladimir Davydov
2018-12-29  9:09   ` [tarantool-patches] " Konstantin Osipov
2018-12-29  9:50     ` Vladimir Davydov
2018-12-29 10:57       ` Vladimir Davydov
2018-12-29 12:08         ` Konstantin Osipov
2018-12-28 21:21 ` [PATCH 2/5] relay: do not try to scan xlog if exiting Vladimir Davydov
2018-12-29  9:14   ` [tarantool-patches] " Konstantin Osipov
2018-12-29  9:53     ` Vladimir Davydov
2018-12-28 21:21 ` [PATCH 3/5] relay: cleanup error handling Vladimir Davydov
2018-12-28 21:21 ` [PATCH 4/5] relay: close xlog cursor in relay thread Vladimir Davydov
2018-12-28 21:21 ` [PATCH 5/5] xlog: assure xlog is opened and closed in the same thread Vladimir Davydov
2018-12-29 11:40 ` [PATCH 0/5] Fix a couple of replication breakdown issues Vladimir Davydov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox