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

When I use sendTaggedNonBlocking to send messages, I send a request, but I catch the packet and find that I have read quest twice. #10498

Open
Aismy opened this issue Feb 18, 2025 · 1 comment

Comments

@Aismy
Copy link

Aismy commented Feb 18, 2025

I am using jucx.
clietn: ucpEndpoint.sendTaggedNonBlocking(sendData, null)
server: worker.recvTaggedNonBlocking(recvBuffer, null)
sendData and recvBuffer size is 40kb.

The client only sends the server once, but the packet capture discovery has performed two rdma read operations. The size of the packet capture is also twice that of 40kb. Why is this?

Image

@yosefe
Copy link
Contributor

yosefe commented Feb 25, 2025

This is not expected. Can you pls build UCX with debug log enabled (using <ucx-dir>/contrib/configure-devel script) and run the test with UCX_LOG_LEVEL=data?

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

No branches or pull requests

2 participants