[NETCONF-493] ReconnectPromise throws IllegalStateException continuously Created: 27/Dec/17 Updated: 08/Jan/18 Resolved: 08/Jan/18 |
|
| Status: | Resolved |
| Project: | netconf |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Medium |
| Reporter: | Guosheng Li | Assignee: | Unassigned |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| 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. |