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
I don't have a stable test results if queue.cfg({in_replicaset = true}) is called after box.cfg(). I have such errors on re-identify after a role switch:
Unable to re-identify in the pool: .../.rocks/share/tarantool/queue/abstract/queue_session.lua:223: The UUID eff1bc1e-6e56-4c1b-bc6e-9c635a5fb4fd is unknown. (0x20)
I'd like to see obvious recommendation to call queue.cfg({in_replicaset = true}) before box.cfg() in the documentation (we have such examples in README at now, but it is not obvious) if it's not a bug (I'm not actually sure).
The text was updated successfully, but these errors were encountered:
We don't have stable results if queue.cfg({in_replicaset = true})
is called after box.cfg(). Probably it is expected [1].
1. tarantool/queue#206
Part of #278
We don't have stable results if queue.cfg({in_replicaset = true})
is called after box.cfg(). Probably it is expected [1].
1. tarantool/queue#206
Part of #278
We don't have stable results if queue.cfg({in_replicaset = true})
is called after box.cfg(). Probably it is expected [1].
1. tarantool/queue#206
Part of #278
We don't have stable results if queue.cfg({in_replicaset = true})
is called after box.cfg(). Probably it is expected [1].
1. tarantool/queue#206
Part of #278
I don't have a stable test results if
queue.cfg({in_replicaset = true})
is called afterbox.cfg()
. I have such errors on re-identify after a role switch:I'd like to see obvious recommendation to call
queue.cfg({in_replicaset = true})
beforebox.cfg()
in the documentation (we have such examples in README at now, but it is not obvious) if it's not a bug (I'm not actually sure).The text was updated successfully, but these errors were encountered: