Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When a cluster event is broadcasted to the different event handlers, those cluster even handlers should check the local status of the resource before updating it.
For instance, it means that the BundleEventHandler should check the if a bundle is not already started before starting it.
Else, it means that we may have some infinite loops: the event handler "directly" updates the local resource, the local resource listener get the local change, and brodcasts a cluster event.