kevdoran commented on a change in pull request #5762:
URL: https://github.com/apache/nifi/pull/5762#discussion_r819053149
##########
File path:
minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-runtime/src/main/java/org/apache/nifi/minifi/MiNiFi.java
##########
@@ -85,7 +85,7 @@ public MiNiFi(final NiFiProperties properties, ClassLoader
rootClassLoader)
// register the shutdown hook
Runtime.getRuntime().addShutdownHook(new Thread(() -> {
// shutdown the jetty server
- shutdownHook(true);
+ shutdownHook(false);
Review comment:
Curious, what is the reason for this change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]