Github user gauravgoyal86 commented on the issue:

    https://github.com/apache/nifi/pull/1372
  
    Thanks for nifi docker image!!
     I am using this docker image. i found 2 nifi.sh run processes running 
under nifi docker container
    `15-096-Goyal:exanova-templates gaurav.goyal$ docker exec -it 
blissful_banach bash
    bash-4.2$ ps -ef
    UID        PID  PPID  C STIME TTY          TIME CMD
    nifi         1     0  0 19:26 ?        00:00:00 /bin/sh bin/nifi.sh run
    nifi        17     1  0 19:26 ?        00:00:00 /bin/sh bin/nifi.sh run`
    
    Now, When we run docker nifi stop, it will send kill to PID 1, but it does 
not stop PID 17. 
    Thats why we do not get exit status code 0..
    Infact we get code 137.
     
    May we know how can we cleanly stop nifi data container including bg and fg 
processes?
     


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to