Fix for Id allocation failure 69/77369/7
authorAnkit Jain <ankit.j.jain@ericsson.com>
Tue, 30 Oct 2018 08:51:50 +0000 (14:21 +0530)
committerMichael Vorburger <vorburger@redhat.com>
Tue, 27 Nov 2018 10:15:56 +0000 (10:15 +0000)
commitc9c43715b40e12b149f1e09e7087a549bcc07797
treebefafaee2a6f85450ba0a86d127ba1ac0e2f5103
parent31ca70f658ef4d2dcbe58a8fa2911d0897ddfd73
Fix for Id allocation failure

This issue is caused due to gerrit
https://git.opendaylight.org/gerrit/#/c/75824/, where
"ReadFailedException" exception is not handled, which is preventing
further code execution. Hence resulting in id allocation failure.

Fix is to handle the exception, so that code excecution doesn't stop
if read fails.

Change-Id: I9b16f40310205550c866785ff1197a9ad1eaaa89
Signed-off-by: Ankit Jain <ankit.j.jain@ericsson.com>
idmanager/idmanager-impl/src/main/java/org/opendaylight/genius/idmanager/IdManager.java