From: Serge Petrenko <sergepetrenko@tarantool.org> To: v.shpilevoy@tarantool.org, gorcunov@gmail.com, sergos@tarantool.org Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH 0/2] introduce actions on leader election Date: Sun, 5 Jul 2020 00:55:47 +0300 [thread overview] Message-ID: <cover.1593899478.git.sergepetrenko@tarantool.org> (raw) 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)
next reply other threads:[~2020-07-04 21:56 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-04 21:55 Serge Petrenko [this message] 2020-07-04 21:55 ` [Tarantool-patches] [PATCH 1/2] util: move cmp_i64 from xlog.c to util.h Serge Petrenko 2020-07-04 21:55 ` [Tarantool-patches] [PATCH 2/2] box: introduce a cfg handle to become syncro leader Serge Petrenko 2020-07-04 23:03 ` Vladislav Shpilevoy 2020-07-04 23:18 ` Vladislav Shpilevoy 2020-07-05 11:09 ` Serge Petrenko 2020-07-09 22:03 ` Leonid Vasiliev 2020-07-20 21:13 ` Vladislav Shpilevoy
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1593899478.git.sergepetrenko@tarantool.org \ --to=sergepetrenko@tarantool.org \ --cc=gorcunov@gmail.com \ --cc=sergos@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/2] introduce actions on leader election' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox