-
Bug
-
Resolution: Done
-
Major
-
1.2.7.Final, 1.2.7.SP1
-
None
-
None
MSC API users can use and they use
ServiceListener transition notifications to detect
when controller has moved to another state.
While StabilityMonitor usage is safe for similar
scenarios this is not the case for ServiceListener transition
notifications which are executed concurrently
with other controller tasks.
To fix this problem we need to fire ServiceListener
transition notifications if and only if all scheduled
controller dependent/dependency tasks finished its execution.