[Tarantool-patches] [PATCH 0/2] introduce actions on leader election
Serge Petrenko
sergepetrenko at tarantool.org
Sun Jul 5 00:55:47 MSK 2020
Branch: gh-4842-sync-replication
Issue: https://github.com/tarantool/tarantool/issues/4849
Serge Petrenko (2):
util: move cmp_i64 from xlog.c to util.h
box: introduce a cfg handle to become syncro leader
src/box/box.cc | 79 ++++++++++++++++++++++++++++++++++++++++
src/box/box.h | 1 +
src/box/lua/cfg.cc | 9 +++++
src/box/lua/load_cfg.lua | 4 ++
src/box/txn_limbo.c | 16 +-------
src/box/txn_limbo.h | 15 ++++++++
src/box/xlog.c | 10 +----
src/trivia/util.h | 11 ++++++
8 files changed, 122 insertions(+), 23 deletions(-)
--
2.24.3 (Apple Git-128)
More information about the Tarantool-patches
mailing list