-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
When LifecycleListener is being installed via ServiceControllerImpl.addListener() method concurrently
there is a race condition allowing listener registration code to force ServiceControllerImpl
to transition from NEW to DOWN state.
If such concurrent listener registration routine happens
after ServiceControllerImpl.startInstallation()
and before ServiceControllerImpl.commitInstallation() method is called
it will cause ServiceControllerImpl assertion failure when commitInstallation() is executed.
- is incorporated by
-
JBEAP-15421 Upgrade MSC to 1.4.5.Final
- Closed
- is related to
-
WFCORE-4074 InterdependentDeploymentTestCase fail intermittently
- Resolved
-
WFCORE-4107 Upgrade MSC to 1.4.5.Final
- Resolved