v6d icon indicating copy to clipboard operation
v6d copied to clipboard

Status RPCClient::TransferRemoteBlobWithRDMA

Open hsh258 opened this issue 10 months ago • 2 comments

Describe your problem

issue: Status RPCClient::TransferRemoteBlobWithRDMA(std::shared_ptr<Buffer> 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.

hsh258 avatar Dec 05 '24 06:12 hsh258