You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, instance could enter the queue initialization
while still in the orphan mode. This resulted in "lazy
start". But Tarantool does not call `box.cfg {}` after
leaving orphan mode, so queue was stuck in the `INIT` state.
Now we wait in the background for all orphan instances.
It is similar to lazy init for read-only instances.
Note that this fix works only for Tarantool versions >= 2.10.0.
This is because of using watchers.
Closes#226
0 commit comments