You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Aldrin Piri (Jira)" <ji...@apache.org> on 2019/09/25 21:32:00 UTC

[jira] [Commented] (MINIFI-513) CLONE - Updated bootstrap port handling causes restarts to fail

    [ https://issues.apache.org/jira/browse/MINIFI-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16938083#comment-16938083 ] 

Aldrin Piri commented on MINIFI-513:
------------------------------------

Introduced into this codebase by MINIFI-512

> CLONE - Updated bootstrap port handling causes restarts to fail
> ---------------------------------------------------------------
>
>                 Key: MINIFI-513
>                 URL: https://issues.apache.org/jira/browse/MINIFI-513
>             Project: Apache NiFi MiNiFi
>          Issue Type: Bug
>            Reporter: Aldrin Piri
>            Assignee: Aldrin Piri
>            Priority: Blocker
>             Fix For: 0.6.0
>
>
> NIFI-6653 introduced a way to avoid the port being changed to prevent a possible hijacking of that port to provide other commands than those explicitly between bootstrap and the nifi process.  This causes issues when the NiFi process dies and precludes restart (the default functionality enabled out of the box).
> To recreate, build/run NiFi off of current master and kill the NiFi process.
> This will result in the following (when an additional nifi.sh status is carried out).
> {quote}2019-09-25 17:10:55,601 WARN [main] org.apache.nifi.bootstrap.RunNiFi Apache NiFi appears to have died. Restarting...
> 2019-09-25 17:10:55,620 INFO [main] org.apache.nifi.bootstrap.Command Launched Apache NiFi with Process ID 2088
> 2019-09-25 17:10:55,621 INFO [main] org.apache.nifi.bootstrap.RunNiFi Successfully started Apache NiFi with PID 2088
> 2019-09-25 17:10:56,174 WARN [NiFi Bootstrap Command Listener] org.apache.nifi.bootstrap.RunNiFi Blocking attempt to change NiFi command port and secret after they have already been initialized. requestedPort=37871
> 2019-09-25 17:11:50,783 INFO [main] o.a.n.b.NotificationServiceManager Successfully loaded the following 0 services: []
> 2019-09-25 17:11:50,785 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STARTED
> 2019-09-25 17:11:50,786 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_STOPPED
> 2019-09-25 17:11:50,786 INFO [main] org.apache.nifi.bootstrap.RunNiFi Registered no Notification Services for Notification Type NIFI_DIED
> 2019-09-25 17:11:50,809 INFO [main] org.apache.nifi.bootstrap.Command Apache NiFi is running at PID 2088 but is not responding to ping requests{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)