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

Status RPCClient::TransferRemoteBlobWithRDMA #2029

Open
hsh258 opened this issue Dec 5, 2024 · 0 comments
Open

Status RPCClient::TransferRemoteBlobWithRDMA #2029

hsh258 opened this issue Dec 5, 2024 · 0 comments

Comments

@hsh258
Copy link

hsh258 commented Dec 5, 2024

Describe your problem

issue:
Status RPCClient::TransferRemoteBlobWithRDMA(std::shared_ptr buffer,
const Payload& payload,
RDMAClient::rdma_opt_t rdma_opt)
When the rdma_opt of TransferRemoteBlobWithRDMA is Read,
RETURN_ON_ERROR(rdma_client_->GetTXCompletion(-1, nullptr)) maybe change to
RETURN_ON_ERROR(rdma_client_->GetRXCompletion(-1, nullptr))

Is so?


If is is a bug report, to help us reproducing this bug, please provide information below:

  1. Your Operation System version (uname -a):
  2. The version of vineyard you use (vineyard.__version__):
  3. Versions of crucial packages, such as gcc, numpy, pandas, etc.:
  4. Full stack of the error (if there are a crash):
  5. Minimized code to reproduce the error:

If it is a feature request, please provides a clear and concise description of what you want to happen:

What is the problem:

The behaviour that you expect to work:

Additional context

Add any other context about the problem here.

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

1 participant