Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/3] replace feedback send on tarantool start with send after 2 minutes of operation
@ 2021-04-21  6:31 Serge Petrenko via Tarantool-patches
  2021-04-21  6:31 ` [Tarantool-patches] [PATCH 1/3] Revert "feedback_daemon: send feedback on server start" Serge Petrenko via Tarantool-patches
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Serge Petrenko via Tarantool-patches @ 2021-04-21  6:31 UTC (permalink / raw)
  To: avtikhon, kyukhin; +Cc: tarantool-patches

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)


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

end of thread, other threads:[~2021-04-21 10:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21  6:31 [Tarantool-patches] [PATCH 0/3] replace feedback send on tarantool start with send after 2 minutes of operation Serge Petrenko via Tarantool-patches
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

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