Bug 7326: Fix ConcurrentModificationException in Blueprint
authorTom Pantelis <tpanteli@brocade.com>
Fri, 9 Dec 2016 15:35:51 +0000 (10:35 -0500)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 9 Dec 2016 15:35:51 +0000 (10:35 -0500)
commitac4868a9c2b1a348b047ffe37fafec477cb5d270
tree3463357a641ff12d3f5c0407314cc9e7f5c838dc
parented3f1454407692a8cebde4e4ccf2a80a37f118be
Bug 7326: Fix ConcurrentModificationException in Blueprint

in AbstractDependentComponentFactoryMetadata.stopServiceRecipes()

tpantelis: "This is an edge case where the container is destroyed
immediately after and while it's starting up. This isn't likely to
happen in production but can happen during feature tests. I had assumed
the container would provide the protection but apparently it doesn't."

Change-Id: Id7532d30cb0a5f67fd907cb15372069d8769b247
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
src/main/java/org/opendaylight/controller/blueprint/ext/AbstractDependentComponentFactoryMetadata.java