From: Cyrill Gorcunov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tml <tarantool-patches@dev.tarantool.org>
Cc: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Subject: [Tarantool-patches] [PATCH v2 0/3] box/info: report replication.X.downstream.lag
Date: Mon, 1 Feb 2021 13:00:34 +0300 [thread overview]
Message-ID: <20210201100037.212301-1-gorcunov@gmail.com> (raw)
Vlad, Serge, take a look once time permit.
v2:
- provide special helper xrow_encode_vclock_timed to send
timestamp with applier ack message
- document new entry
- style fix in test
issue https://github.com/tarantool/tarantool/issues/5447
branch gorcunov/gh-5447-relay-lag-2
Cyrill Gorcunov (3):
applier: encode timestamp into vclock message
box/info: report replication.X.downstream.lag value
test: replication/status -- fetch downstream lag field
src/box/applier.cc | 3 ++-
src/box/lua/info.c | 8 ++++++++
src/box/relay.cc | 16 ++++++++++++++++
src/box/relay.h | 8 ++++++++
src/box/xrow.c | 5 ++++-
src/box/xrow.h | 21 +++++++++++++++++++--
test/replication/status.result | 8 ++++++++
test/replication/status.test.lua | 6 ++++++
8 files changed, 71 insertions(+), 4 deletions(-)
base-commit: fbc04dfbda911195ec1a6a1e0e912e48eb6bb73c
--
2.29.2
next reply other threads:[~2021-02-01 10:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-01 10:00 Cyrill Gorcunov via Tarantool-patches [this message]
2021-02-01 10:00 ` [Tarantool-patches] [PATCH v2 1/3] applier: encode timestamp into vclock message Cyrill Gorcunov via Tarantool-patches
2021-02-01 10:00 ` [Tarantool-patches] [PATCH v2 2/3] box/info: report replication.X.downstream.lag value Cyrill Gorcunov via Tarantool-patches
2021-02-04 13:28 ` Serge Petrenko via Tarantool-patches
2021-02-01 10:00 ` [Tarantool-patches] [PATCH v2 3/3] test: replication/status -- fetch downstream lag field Cyrill Gorcunov via Tarantool-patches
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=20210201100037.212301-1-gorcunov@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=gorcunov@gmail.com \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v2 0/3] box/info: report replication.X.downstream.lag' \
/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