[PATCH 0/2] Cluster node rebootstrap

Vladimir Davydov vdavydov.dev at gmail.com
Tue Feb 6 15:02:14 MSK 2018


Branch: gh-3108-fix-replication-rebootstrap

Vladimir Davydov (2):
  Cleanup xrow.h
  replication: fix cluster node rebootstrap

 src/box/applier.cc                      |  17 +++++-
 src/box/applier.h                       |   2 +
 src/box/box.cc                          |   4 +-
 src/box/iproto.cc                       |   8 +++
 src/box/iproto_constants.h              |   2 +
 src/box/replication.cc                  |  29 +++++++++
 src/box/replication.h                   |   6 ++
 src/box/xrow.c                          |  45 ++++++++++++++
 src/box/xrow.h                          | 101 +++++++++++++++++++++++---------
 test/replication/autobootstrap.result   |  46 +++++++++++++++
 test/replication/autobootstrap.test.lua |  21 +++++++
 11 files changed, 249 insertions(+), 32 deletions(-)

-- 
2.11.0




More information about the Tarantool-patches mailing list