[ https://issues.apache.org/jira/browse/AMBARI-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Trevor McKay updated AMBARI-3617: --------------------------------- Description: The killstaleprocesses() routine in shell.py expects pidfiles to have a pid value encoded in the name (ie the name is of the form PIDVALUE.pid). However, ambari-agent for example writes the file "ambari-agent.pid" with the pid contained within. killstaleprocesses() should handle both forms, or ignore files that are not of the form PIDVALUE.pid was: The killstaleprocesses() routine in shell.py expects pidfiles to have a pid value encoded in the name (ie the name is of the form PIDVALUE.pid). However, ambari-agent writes the file "ambari-agent.pid". killstaleprocesses() should either handle both forms for backward compatibility, or should only handle the new form. > killstaleprocesses() in ambari_agent/shell.py does not read pid files > correctly > ------------------------------------------------------------------------------- > > Key: AMBARI-3617 > URL: https://issues.apache.org/jira/browse/AMBARI-3617 > Project: Ambari > Issue Type: Bug > Components: agent > Affects Versions: 1.4.2 > Environment: RHEL6 agent > Reporter: Trevor McKay > Assignee: Trevor McKay > Attachments: AMBARI-3617.patch > > > The killstaleprocesses() routine in shell.py expects pidfiles to have a pid > value encoded in the name (ie the name is of the form PIDVALUE.pid). > However, ambari-agent for example writes the file "ambari-agent.pid" with the > pid contained within. > killstaleprocesses() should handle both forms, or ignore files that are not > of the form PIDVALUE.pid -- This message was sent by Atlassian JIRA (v6.1#6144)