Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
-
None
-
None
-
None
Description
ReconnectPromise will execute method setFailure() more than once if reconnecting to a netconf device failed more than once, and the setFailure() method will throw IllegalStateException when called more than once, so there should add limitation to the call of setFailure() to avoid IllegalStateException.