Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add recomendation to call queue.cfg({in_replicaset = true}) before box.cfg({}) #206

Open
oleg-jukovec opened this issue May 12, 2023 · 0 comments
Labels
bug Something isn't working teamE

Comments

@oleg-jukovec
Copy link
Collaborator

oleg-jukovec commented May 12, 2023

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).

oleg-jukovec added a commit to tarantool/go-tarantool that referenced this issue May 12, 2023
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
oleg-jukovec added a commit to tarantool/go-tarantool that referenced this issue May 15, 2023
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
oleg-jukovec added a commit to tarantool/go-tarantool that referenced this issue May 17, 2023
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
@LeonidVas LeonidVas added teamE bug Something isn't working labels May 18, 2023
oleg-jukovec added a commit to tarantool/go-tarantool that referenced this issue May 18, 2023
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
@LeonidVas LeonidVas added the teamE label Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working teamE
Projects
None yet
Development

No branches or pull requests

3 participants