Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
3
-
9223372036854775807
Description
An assert in kiblnd_reconnect_peer() is being hit. With the multi-qp patch, it is possible to have ibp_connecting to be > 0. Since one connection can fail, and an attempt to reconnect can occur, while the other connections are still being established.
Discussed with Doug and this assert should be changed to an if statement, to log when this situation occurs instead of asserting.