Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [box.ctl 0/3] Introduce box.ctl.on_ctl_event trigger
@ 2018-06-14 15:04 Ilya Markov
  2018-06-14 15:04 ` [tarantool-patches] [box.ctl 1/3] box.ctl: Introduce stab box.ctl.on_ctl_event Ilya Markov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ilya Markov @ 2018-06-14 15:04 UTC (permalink / raw)
  To: georgy; +Cc: tarantool-patches



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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-31 11:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 15:04 [tarantool-patches] [box.ctl 0/3] Introduce box.ctl.on_ctl_event trigger Ilya Markov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox