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 not running (for example, left in the orphan mode).
This resulted in "lazy start". But Tarantool does not call
`box.cfg {}` after leaving orphan mode, so queue could stuck in the
`INIT` state.
Now we wait in the background for instances, that are not running.
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 used watchers.
Closes#226
0 commit comments