Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v2 0/3] box/info: report replication.X.downstream.lag
@ 2021-02-01 10:00 Cyrill Gorcunov via Tarantool-patches
  2021-02-01 10:00 ` [Tarantool-patches] [PATCH v2 1/3] applier: encode timestamp into vclock message Cyrill Gorcunov via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cyrill Gorcunov via Tarantool-patches @ 2021-02-01 10:00 UTC (permalink / raw)
  To: tml; +Cc: Vladislav Shpilevoy

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


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

end of thread, other threads:[~2021-02-04 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 10:00 [Tarantool-patches] [PATCH v2 0/3] box/info: report replication.X.downstream.lag Cyrill Gorcunov via Tarantool-patches
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

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