[Tarantool-patches] [PATCH 0/3] replace feedback send on tarantool start with send after 2 minutes of operation

Serge Petrenko sergepetrenko at tarantool.org
Wed Apr 21 09:31:43 MSK 2021


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)



More information about the Tarantool-patches mailing list