Skip to content

Commit

Permalink
Merge pull request #6277 from ehsavoie/WFCORE-7088
Browse files Browse the repository at this point in the history
[WFCORE-7088]: Add a trace when restartRequired is ignored because of booting.
  • Loading branch information
bstansberry authored Dec 15, 2024
2 parents 9ca5454 + 9ede215 commit 5618044
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,7 @@ public final void reloadRequired() {
@Override
public final void restartRequired() {
if (isBooting()) {
MGMT_OP_LOGGER.debug("Server is booting so we didn't set the restart required flag");
return;
}
activeStep.setRestartStamp(processState.setRestartRequired());
Expand Down

0 comments on commit 5618044

Please sign in to comment.