You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/03/03 20:51:55 UTC

[GitHub] [nifi] kevdoran commented on a change in pull request #5762: NIFI-9425: Added auto-load NAR capability to MiNiFi

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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org