tbago opened a new pull request #1402:
URL: https://github.com/apache/incubator-brpc/pull/1402


   The root cause is that if you specified the rdma_device in GFLAGS, the 
rdma_helper will alloc the pd in the specified device. But in 
[RdmaCommunicationManager::Create()](https://github.com/apache/incubator-brpc/blob/rdma/src/brpc/rdma/rdma_communication_manager.cpp#L70)
 the cm_id will always bind to the first device. So the pd is not matched and 
create qp will return failed. #1401 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to