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
Branch: rdma
Question: I am a newbie to BRPC, I have not used BRPC before, I am more interested in his RDMA communication part, so I tried it. After I compiled the code, I couldn’t run the sample code in directory incubator-brpc/example/rdma_performance , and I couldn’t find a hint on how to modify client.cpp or server.cpp to make them run successfully. The running error message is like this: incubator-brpc/src/brpc /rdma/rdma_helper.cpp:512] Now local connection only uses TCP. Try to set rdma_disable_local_connection to false to allow RDMA local connection
The text was updated successfully, but these errors were encountered:
Hello, the original rdma branch is no longer maintained. We plan to merge rdma feature into master:#1836
You can try the new rdma implementation. If still have problem, you can create a new issue.
Close this first.
Branch: rdma
Question: I am a newbie to BRPC, I have not used BRPC before, I am more interested in his RDMA communication part, so I tried it. After I compiled the code, I couldn’t run the sample code in directory
incubator-brpc/example/rdma_performance
, and I couldn’t find a hint on how to modify client.cpp or server.cpp to make them run successfully. The running error message is like this:incubator-brpc/src/brpc /rdma/rdma_helper.cpp:512] Now local connection only uses TCP. Try to set rdma_disable_local_connection to false to allow RDMA local connection
The text was updated successfully, but these errors were encountered: