Remove gracefullyShutdown of EventLoopGroops 22/29322/2
authorClaudio D. Gasparini <cgaspari@cisco.com>
Thu, 5 Nov 2015 15:20:10 +0000 (16:20 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 9 Nov 2015 20:50:13 +0000 (20:50 +0000)
commita921309a99c7efe906ab5d2811e4f9e4881397c6
tree2f56c815017e35ae457f14a6f60fa2ad76a6735f
parent93fc8c372f886519e4eae113d4c705f3a6d64699
Remove gracefullyShutdown of EventLoopGroops

When instance is closed, boosgroud and workergroop
shouldnt be shutdown since they are required in case
of new instance created. If new instance is created
it will cause
RejectedExecutionException: event executor terminated

Change-Id: I58f9328140bc209aeafc7bfad14f883887447a59
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
bgp/bmp-impl/src/main/java/org/opendaylight/protocol/bmp/impl/BmpDispatcherImpl.java
bgp/rib-impl/src/main/java/org/opendaylight/protocol/bgp/rib/impl/BGPDispatcherImpl.java