I am hosting an Infiniband server in a linux machine and also I have created a client and connected to that service in the same machine.This works fine most of the time.
But in one instance when I was trying to connect to that server from the same client (there is no prior connectivity with that server), It is throwing RDMA_CM_EVENT_ROUTE_ERROR
and the connection couldn't be established.
I don't know the root cause of this error and it is not 100% recreatable. This made my application unreliable. I want to know the root cause of it..