David M. Lyle created AMBARI-12923:
--------------------------------------

             Summary: Ambari Server Restart Kills Program Group 
                 Key: AMBARI-12923
                 URL: https://issues.apache.org/jira/browse/AMBARI-12923
             Project: Ambari
          Issue Type: Bug
            Reporter: David M. Lyle


ambari-server.py realizes it kill command with os.killpg(os.getpgid(pid), 
signal.SIGKILL). This has a undesirable side effect of killing a container when 
Ambari is launched via Docker under Serf or Consul. I believe it is no longer 
required.

Any objection to changing it to os.kill(pid, signal.SIGKILL)? If not, happy to 
put up a patch.

Thanks!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to