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

net.box: backward compatibility with vshard async calls is broken #6792

Closed
olegrok opened this issue Jan 17, 2022 · 2 comments
Closed

net.box: backward compatibility with vshard async calls is broken #6792

olegrok opened this issue Jan 17, 2022 · 2 comments
Labels
bug Something isn't working customer

Comments

@olegrok
Copy link
Collaborator

olegrok commented Jan 17, 2022

tarantool> _TARANTOOL
---
- 2.10.0-beta1-13-gea192ca48-r438-macos
...

tarantool> vshard.router.callrw(1, 'echo', {1}, {is_async = true}):wait_result()
---
- [true, 1, null, null]
...
tarantool> echo = function(...) return ... end
---
...

tarantool> vshard.router.callrw(1, 'echo', {1}, {is_async = true}):wait_result()
---
- [1]
...
tarantool> _TARANTOOL
---
- 2.8.2-0-gfc96d10f5-r436-macos
...

BTW, if it's vshard problem feel free to transfer this issue to corresponding repo.

@olegrok olegrok added bug Something isn't working customer labels Jan 17, 2022
@Gerold103
Copy link
Collaborator

It was fixed in the latest vshard. Try 0.1.19. tarantool/vshard#294

@olegrok
Copy link
Collaborator Author

olegrok commented Jan 18, 2022

Yes, thanks. I'm completely forgot about this issue. It seems to work fine after update.

@olegrok olegrok closed this as completed Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer
Projects
None yet
Development

No branches or pull requests

2 participants