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 2019/09/11 21:32:13 UTC

[GitHub] [nifi-minifi] jzonthemtn commented on a change in pull request #168: MINIFI-512 Change bootstrap port command handling

jzonthemtn commented on a change in pull request #168: MINIFI-512 Change bootstrap port command handling
URL: https://github.com/apache/nifi-minifi/pull/168#discussion_r323469127
 
 

 ##########
 File path: minifi-bootstrap/src/main/java/org/apache/nifi/minifi/bootstrap/RunMiNiFi.java
 ##########
 @@ -1562,6 +1564,12 @@ void setAutoRestartNiFi(final boolean restart) {
     }
 
     void setMiNiFiCommandControlPort(final int port, final String secretKey) throws IOException {
+
+        if (this.secretKey != null && this.ccPort != UNINITIALIZED_CC_PORT) {
 
 Review comment:
   Just wondering if these will always be set together, or would `||` be more appropriate?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services