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

examples/client_server.jl returns corrupted data with more than one client #19

Closed
vchuravy opened this issue Feb 1, 2021 · 1 comment · Fixed by #24
Closed

examples/client_server.jl returns corrupted data with more than one client #19

vchuravy opened this issue Feb 1, 2021 · 1 comment · Fixed by #24

Comments

@vchuravy
Copy link
Member

vchuravy commented Feb 1, 2021

vchuravy@odin ~/s/UCX (master)> julia --project=. examples/client_server.jl test 2

ERROR: LoadError: TaskFailedException:
AssertionError: String(buffer) == data
Stacktrace:
 [1] start_client(::Int64) at /home/vchuravy/src/UCX/examples/client_server.jl:58
 [2] (::var"#5#7"{Int64})() at ./task.jl:356

...and 1 more exception(s).
@vchuravy
Copy link
Member Author

vchuravy commented Feb 1, 2021

As seen in #20

This seems to be due to the fact that tagged recv is not per endpoint, but per worker. So we need to mimick what ucx-py does :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant