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>, Mons Anderson <v.perepelitsa@corp.mail.ru> Subject: [Tarantool-patches] [PATCH 0/2] gc/xlog: delay xlog cleanup until relays are subscribed Date: Thu, 18 Mar 2021 21:41:36 +0300 [thread overview] Message-ID: <20210318184138.1077807-1-gorcunov@gmail.com> (raw) Guys, take a look please once time permit. issue https://github.com/tarantool/tarantool/issues/5806 branch gorcunov/gh-5806-xlog-gc Cyrill Gorcunov (2): gc/xlog: delay xlog cleanup until relays are subscribed test: add a test for wal_cleanup_delay option src/box/box.cc | 11 + src/box/gc.c | 75 +++- src/box/gc.h | 30 ++ src/box/lua/info.c | 8 + src/box/lua/load_cfg.lua | 3 + src/box/relay.cc | 20 ++ src/box/replication.cc | 2 + test/app-tap/init_script.result | 1 + test/box/admin.result | 2 + test/box/cfg.result | 4 + test/replication/gh-5806-master.lua | 13 + test/replication/gh-5806-slave.lua | 13 + test/replication/gh-5806-xlog-cleanup.result | 336 ++++++++++++++++++ .../replication/gh-5806-xlog-cleanup.test.lua | 148 ++++++++ 14 files changed, 663 insertions(+), 3 deletions(-) create mode 100644 test/replication/gh-5806-master.lua create mode 100644 test/replication/gh-5806-slave.lua create mode 100644 test/replication/gh-5806-xlog-cleanup.result create mode 100644 test/replication/gh-5806-xlog-cleanup.test.lua base-commit: a0ade20662e0d55c912a72656e6dc75defd7c7f4 -- 2.30.2
next reply other threads:[~2021-03-18 18:41 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-03-18 18:41 Cyrill Gorcunov via Tarantool-patches [this message] 2021-03-18 18:41 ` [Tarantool-patches] [PATCH 1/2] " Cyrill Gorcunov via Tarantool-patches 2021-03-18 23:04 ` Vladislav Shpilevoy via Tarantool-patches 2021-03-19 11:03 ` Cyrill Gorcunov via Tarantool-patches 2021-03-19 22:17 ` Vladislav Shpilevoy via Tarantool-patches 2021-03-22 9:05 ` Serge Petrenko via Tarantool-patches 2021-03-19 13:40 ` Serge Petrenko via Tarantool-patches 2021-03-19 13:57 ` Konstantin Osipov via Tarantool-patches 2021-03-19 13:50 ` Serge Petrenko via Tarantool-patches 2021-03-19 15:14 ` Cyrill Gorcunov via Tarantool-patches 2021-03-18 18:41 ` [Tarantool-patches] [PATCH 2/2] test: add a test for wal_cleanup_delay option Cyrill Gorcunov via Tarantool-patches 2021-03-18 23:04 ` Vladislav Shpilevoy via Tarantool-patches 2021-03-19 12:14 ` Cyrill Gorcunov via Tarantool-patches 2021-03-19 22:17 ` Vladislav Shpilevoy 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=20210318184138.1077807-1-gorcunov@gmail.com \ --to=tarantool-patches@dev.tarantool.org \ --cc=gorcunov@gmail.com \ --cc=v.perepelitsa@corp.mail.ru \ --cc=v.shpilevoy@tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/2] gc/xlog: delay xlog cleanup until relays are subscribed' \ /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