Fix Stack overflow errors in OFP while killing karaf 25/75225/3
authorgobinath <gobinath@ericsson.com>
Thu, 16 Aug 2018 11:43:48 +0000 (17:13 +0530)
committerGobinath Suganthan <gobinath@ericsson.com>
Fri, 17 Aug 2018 05:01:20 +0000 (05:01 +0000)
The reconciliation framework returns "NotificationRegistration" which
would be used by the registering applications to unregister by calling
close() on it. The close() in NotificationRegistration was in turn again
trying to call close() of the registered applications which resulted in
infinite recursion leading to stack overflow.

Change-Id: Ib7932c2365dc373be4e953282786e8829929869d
Signed-off-by: gobinath <gobinath@ericsson.com>

No differences found