From: Konstantin Belyavskiy <k.belyavskiy@tarantool.org> To: tarantool-patches@freelists.org, vdavydov@tarantool.org, georgy@tarantool.org, kostja@tarantool.org Subject: [PATCH 0/2] replication: improve logging. Date: Mon, 21 May 2018 20:07:16 +0300 [thread overview] Message-ID: <cover.1526921933.git.k.belyavskiy@tarantool.org> (raw) Ticket: https://github.com/tarantool/tarantool/issues/3365 Branch: https://github.com/tarantool/tarantool/compare/gh-3365-display-an-error-at-downstream-on-replica-failure-or-disconnect-v3 This is set of patches originally aiming to improve error logging. First patch is about to do not remove relay on applier disconnect. Second improves 'box.info.replication' output. Konstantin Belyavskiy (2): replication: do not delete relay on applier disconnect replication: display downstream status at upstream src/box/box.cc | 5 +- src/box/lua/info.c | 19 ++- src/box/relay.cc | 136 ++++++++++++++------- src/box/relay.h | 37 +++++- src/box/replication.cc | 35 +++--- src/box/replication.h | 13 +- test/replication/show_error_on_disconnect.result | 120 ++++++++++++++++++ test/replication/show_error_on_disconnect.test.lua | 38 ++++++ 8 files changed, 319 insertions(+), 84 deletions(-) create mode 100644 test/replication/show_error_on_disconnect.result create mode 100644 test/replication/show_error_on_disconnect.test.lua -- 2.14.3 (Apple Git-98)
next reply other threads:[~2018-05-21 17:07 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-05-21 17:07 Konstantin Belyavskiy [this message] 2018-05-21 17:07 ` [PATCH 1/2] replication: do not delete relay on applier disconnect Konstantin Belyavskiy 2018-05-21 18:50 ` Konstantin Osipov 2018-05-21 17:07 ` [PATCH 2/2] replication: display downstream status at upstream Konstantin Belyavskiy 2018-05-22 7:07 ` [tarantool-patches] " Kirill Yukhin 2018-05-22 10:44 ` [tarantool-patches] Re: [tarantool-patches] " Konstantin Belyavskiy 2018-05-22 11:24 ` Kirill Yukhin 2018-05-29 16:44 ` Konstantin Osipov 2018-05-22 7:08 ` [tarantool-patches] [PATCH 0/2] replication: improve logging Kirill Yukhin
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.1526921933.git.k.belyavskiy@tarantool.org \ --to=k.belyavskiy@tarantool.org \ --cc=georgy@tarantool.org \ --cc=kostja@tarantool.org \ --cc=tarantool-patches@freelists.org \ --cc=vdavydov@tarantool.org \ --subject='Re: [PATCH 0/2] replication: improve logging.' \ /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