Closed ochaton closed 3 months ago
I've changed lifetime of all background fibers of xqueue (now it is runat and workerX). Helper method rw_fiber_f awaits Tarantool to become RW subscribing to box.ctl.wait_rw or just fiber.sleep with box.info.ro checks.
rw_fiber_f
box.ctl.wait_rw
fiber.sleep
box.info.ro
It should solve most Ops during production
Fixed in release 5.0.0
I've changed lifetime of all background fibers of xqueue (now it is runat and workerX). Helper method
rw_fiber_f
awaits Tarantool to become RW subscribing tobox.ctl.wait_rw
or justfiber.sleep
withbox.info.ro
checks.It should solve most Ops during production