zrlio / disni

DiSNI: Direct Storage and Networking Interface
Apache License 2.0
186 stars 66 forks source link

add notifyAll() in handling CM error events. #42

Closed lynus closed 5 years ago

lynus commented 5 years ago

RdmaEndpoint.connect would block indefinitely upon receiving CM error event such as RDMA_CM_EVENT_ROUTE_ERROR, if no notifyAll() issued.