Skip to content

Commit

Permalink
Merge pull request #531 from jamezp/WFARQ-200
Browse files Browse the repository at this point in the history
[WFARQ-200] Do not destroy the process eagerly if the shutdown operat…
  • Loading branch information
jamezp authored Jan 3, 2025
2 parents 9b6ed61 + bf9801b commit edf95ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ protected void stopInternal(final Integer timeout) throws LifecycleException {
if (shutdownFailureMessage != null) {
// Don't fail stopping, but we should log an error
logger.errorf("Failed to shutdown the server: %s", shutdownFailureMessage);
process.destroyForcibly();
}
}
}
Expand Down

0 comments on commit edf95ef

Please sign in to comment.