From: Serge Petrenko via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: avtikhon@tarantool.org, kyukhin@tarantool.org
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH 0/3] replace feedback send on tarantool start with send after 2 minutes of operation
Date: Wed, 21 Apr 2021 09:31:43 +0300 [thread overview]
Message-ID: <cover.1618986404.git.sergepetrenko@tarantool.org> (raw)
The reason for this patchset is that the former approach had a bug which was
was worked around ugly by sleeping for 10 seconds in feedback daemon fiber.
The problem was that this hack still didn't work always.
https://github.com/tarantool/tarantool/tree/sp/alt-feedback-daemon
Serge Petrenko (3):
Revert "feedback_daemon: send feedback on server start"
feedback_daemon: do not trigger feedback send on first occurred event
feedback_daemon: speedup the first send to 2 minutes
src/box/lua/feedback_daemon.lua | 20 ++++---------------
src/box/lua/load_cfg.lua | 34 +++++++++++----------------------
2 files changed, 15 insertions(+), 39 deletions(-)
--
2.24.3 (Apple Git-128)
next reply other threads:[~2021-04-21 6:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-21 6:31 Serge Petrenko via Tarantool-patches [this message]
2021-04-21 6:31 ` [Tarantool-patches] [PATCH 1/3] Revert "feedback_daemon: send feedback on server start" Serge Petrenko via Tarantool-patches
2021-04-21 6:31 ` [Tarantool-patches] [PATCH 2/3] feedback_daemon: do not trigger feedback send on first occurred event Serge Petrenko via Tarantool-patches
2021-04-21 6:31 ` [Tarantool-patches] [PATCH 3/3] feedback_daemon: speedup the first send to 2 minutes Serge Petrenko via Tarantool-patches
2021-04-21 10:18 ` [Tarantool-patches] [PATCH 0/3] replace feedback send on tarantool start with send after 2 minutes of operation Kirill Yukhin 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=cover.1618986404.git.sergepetrenko@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=avtikhon@tarantool.org \
--cc=kyukhin@tarantool.org \
--cc=sergepetrenko@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH 0/3] replace feedback send on tarantool start with send after 2 minutes of operation' \
/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