Do not throws IAEs when channel fails to close 61/83261/5
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 25 Jul 2019 22:59:12 +0000 (00:59 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 26 Jul 2019 10:57:06 +0000 (10:57 +0000)
commitdf84f3dda4b210acfe2c2b55b0ecbf59ae0213ba
tree31cc33b4004c621b0b723cdead76938489419875
parentba11da2b4a427983966ced47ddbea6380b799fbb
Do not throws IAEs when channel fails to close

The approach taken here hides the cause, leading to loss of
information. There is no further action we can take on the session,
hence logging the failure will give us the attention we need.

Change-Id: I13ac5fd17d8cba44d9b8c2971869040adca01fe4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/BGPSessionImpl.java