-
Bug
-
Resolution: Done
-
Major
-
None
-
None
SyncServerStateOperationHandler checks if managed servers need to be in reload/restart required when their management model is out of sync with the DC model upon a Host Controller reconnection.
SyncServerStateOperationHandler is correctly sending the required management operations, however, for certain cases where this management operation is executed when the managed server is starting, the transition to restart/reload required is ignored by the ControlledProcessState.
Essentially, the state machine inside of the ControlledProcessState does not consider that moving from starting to restart/reload required is a valid case.
There is however a use case where this can perfectly occur, see the reproducer steps associated with this Jira.
- is cloned by
-
JBEAP-25348 (8.0.z) WFCORE-6434 - Managed servers could ignore restart/reload required operations when HC reconnects to the domain
- Closed
- is triggering
-
WFCORE-6455 Use an Internal State instead of boolean flags to modeling the process transition to Restart/Reload required when the process is starting
- Open
- relates to
-
WFCORE-6375 Sync model operations fail when an HC with stopped managed servers registers back in the domain
- Resolved