You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Your Operation System version (uname -a):
The version of vineyard you use (vineyard.__version__):
Versions of crucial packages, such as gcc, numpy, pandas, etc.:
Full stack of the error (if there are a crash):
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.
The text was updated successfully, but these errors were encountered:
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:
uname -a
):vineyard.__version__
):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.
The text was updated successfully, but these errors were encountered: