From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id EC72440F3AE for ; Sun, 5 Jul 2020 00:56:02 +0300 (MSK) From: Serge Petrenko Date: Sun, 5 Jul 2020 00:55:47 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] introduce actions on leader election List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: v.shpilevoy@tarantool.org, gorcunov@gmail.com, sergos@tarantool.org Cc: tarantool-patches@dev.tarantool.org 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)