From: Ilya Markov <imarkov@tarantool.org> To: georgy@tarantool.org Cc: tarantool-patches@freelists.org Subject: [tarantool-patches] [box.ctl 0/3] Introduce box.ctl.on_ctl_event trigger Date: Thu, 14 Jun 2018 18:04:26 +0300 [thread overview] Message-ID: <cover.1528988612.git.imarkov@tarantool.org> (raw) Ilya Markov (3): box.ctl: Introduce stab box.ctl.on_ctl_event box.ctl: Add on_ctl_event trigger calls box.ctl: Add replica error event branch: gh-3159-box-on-ctl-event src/box/CMakeLists.txt | 1 + src/box/alter.cc | 1 + src/box/box.cc | 53 +++++++- src/box/box.h | 1 + src/box/ctl.c | 63 +++++++++ src/box/ctl.h | 82 ++++++++++++ src/box/engine.c | 14 ++ src/box/lua/cfg.cc | 12 ++ src/box/lua/ctl.c | 55 ++++++++ src/box/lua/ctl.h | 2 + src/box/lua/load_cfg.lua | 10 +- src/box/memtx_engine.c | 2 +- src/box/relay.cc | 7 + src/box/replication.cc | 14 ++ src/cfg.c | 37 ++++++ src/cfg.h | 4 + test/replication/master_onctl.lua | 37 ++++++ test/replication/onctl.result | 262 +++++++++++++++++++++++++++++++++++++ test/replication/onctl.test.lua | 108 +++++++++++++++ test/replication/replica_onctl.lua | 34 +++++ test/replication/suite.cfg | 1 + 21 files changed, 796 insertions(+), 4 deletions(-) create mode 100644 src/box/ctl.c create mode 100644 src/box/ctl.h create mode 100644 test/replication/master_onctl.lua create mode 100644 test/replication/onctl.result create mode 100644 test/replication/onctl.test.lua create mode 100644 test/replication/replica_onctl.lua -- 2.7.4
next reply other threads:[~2018-06-14 15:04 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-06-14 15:04 Ilya Markov [this message] 2018-06-14 15:04 ` [tarantool-patches] [box.ctl 1/3] box.ctl: Introduce stab box.ctl.on_ctl_event Ilya Markov 2018-07-31 11:40 ` [tarantool-patches] " Konstantin Belyavskiy 2018-06-14 15:04 ` [tarantool-patches] [box.ctl 2/3] box.ctl: Add on_ctl_event trigger calls Ilya Markov 2018-07-31 11:40 ` [tarantool-patches] " Konstantin Belyavskiy 2018-06-14 15:04 ` [tarantool-patches] [box.ctl 3/3] box.ctl: Add replica error event Ilya Markov 2018-07-31 11:40 ` [tarantool-patches] " Konstantin Belyavskiy
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.1528988612.git.imarkov@tarantool.org \ --to=imarkov@tarantool.org \ --cc=georgy@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [box.ctl 0/3] Introduce box.ctl.on_ctl_event trigger' \ /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