[Tarantool-patches] [PATCH v2 0/4] replication: fix applying of rows originating from local instance

sergepetrenko sergepetrenko at tarantool.org
Fri Feb 14 00:52:56 MSK 2020


This patchset fixes problems with applying self-issued rows arriving via replication.

https://github.com/tarantool/tarantool/issues/4739
https://github.com/tarantool/tarantool/tree/sp/gh-4739-vclock-assert

Changes in v2:
  - review fixes as per review from Kostja

Serge Petrenko (4):
  box: expose box_is_orphan method
  replication: check for rows to skip in applier correctly
  wal: wart when trying to write a record with a broken lsn
  replication: do not promote local_vclock_at_subscribe unnecessarily

 src/box/applier.cc     | 17 +++++++++++++++--
 src/box/box.cc         | 14 +++++++++++++-
 src/box/box.h          |  3 +++
 src/box/relay.cc       | 13 +++++++++++--
 src/box/relay.h        |  3 ++-
 src/box/replication.cc |  1 -
 src/box/wal.c          | 15 ++++++++++++---
 7 files changed, 56 insertions(+), 10 deletions(-)

-- 
2.20.1 (Apple Git-117)



More information about the Tarantool-patches mailing list