From: Cyrill Gorcunov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Serge Petrenko <sergepetrenko@tarantool.org>
Cc: Mons Anderson <v.perepelitsa@corp.mail.ru>,
tml <tarantool-patches@dev.tarantool.org>,
Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Subject: Re: [Tarantool-patches] [PATCH 1/2] gc/xlog: delay xlog cleanup until relays are subscribed
Date: Fri, 19 Mar 2021 18:14:44 +0300 [thread overview]
Message-ID: <YFS/5JtGV6VykTKx@grain> (raw)
In-Reply-To: <1482a9db-549e-e720-7a7c-6f052ebbcc73@tarantool.org>
On Fri, Mar 19, 2021 at 04:50:38PM +0300, Serge Petrenko wrote:
> > +static void
> > +box_check_wal_cleanup_delay(int tmo)
> > +{
> > + if (tmo < 0 && tmo != -1) {
> > + tnt_raise(ClientError, ER_CFG, "wal_cleanup_delay",
> > + "the value must be either >= 0 or -1");
> > + }
> > +}
> > +
>
>
> 1. AFAICS all other delay and timeout parameters are 'double'.
> Let's make this one also a double.
Sure
> > + /*
> > + * Now we can resume wal/engine gc as relay
> > + * is up and running.
> > + */
> > + if (!relay->replica->anon) {
> > + static const struct cmsg_hop gc_delay_route[] = {
> > + {relay_gc_delay_unref, NULL}
> > + };
> > + struct cmsg gc_delay_msg;
> > + cmsg_init(&gc_delay_msg, gc_delay_route);
> > + cpipe_push(&relay->tx_pipe, &gc_delay_msg);
> > + }
> > +
>
> 2. I agree with Vlad here. No need to call gc_delay_unref() from the relay
> thread.
> We need to wait until a corresponding gc consumer is registered. This is
> done
> in relay_subscribe(), which is in tx thread.
>
> In fact, you may as well move the gc_delay_unref() call directly to
> gc_consumer_register().
> This would look even better, IMO.
I don't mind to move it inside gc_consumer_register itself. Still this
bothers me a bit, the gc_consumer_register might be used not only by
relays since it is general api, would it be OK in a long term?
next prev parent reply other threads:[~2021-03-19 15:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-18 18:41 [Tarantool-patches] [PATCH 0/2] " Cyrill Gorcunov via Tarantool-patches
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 [this message]
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=YFS/5JtGV6VykTKx@grain \
--to=tarantool-patches@dev.tarantool.org \
--cc=gorcunov@gmail.com \
--cc=sergepetrenko@tarantool.org \
--cc=v.perepelitsa@corp.mail.ru \
--cc=v.shpilevoy@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH 1/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