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

How to run code in incubator-brpc/example/rdma_performance? #1387

Closed
XinShuoWang opened this issue Apr 22, 2021 · 2 comments
Closed

How to run code in incubator-brpc/example/rdma_performance? #1387

XinShuoWang opened this issue Apr 22, 2021 · 2 comments

Comments

@XinShuoWang
Copy link

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

@tbago
Copy link
Contributor

tbago commented Apr 26, 2021

If you use local network connection you should set rdma_disable_local_connection=false. Otherwise you can just ignore this warning.

@wwbmmm
Copy link
Contributor

wwbmmm commented Aug 17, 2022

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.

@wwbmmm wwbmmm closed this as completed Aug 17, 2022
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

3 participants