We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ca5454 + 9ede215 commit 5618044Copy full SHA for 5618044
controller/src/main/java/org/jboss/as/controller/AbstractOperationContext.java
@@ -1242,6 +1242,7 @@ public final void reloadRequired() {
1242
@Override
1243
public final void restartRequired() {
1244
if (isBooting()) {
1245
+ MGMT_OP_LOGGER.debug("Server is booting so we didn't set the restart required flag");
1246
return;
1247
}
1248
activeStep.setRestartStamp(processState.setRestartRequired());
0 commit comments