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

Hudson commented on AMBARI-15063:
---------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #4346 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/4346/])
AMBARI-15063 : Metrics monitor fails on restart - Commit 2 (avijayan) 
(avijayan: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8999aee37b2f4129304f6e93b7928d0bafd68f25])
* ambari-metrics/ambari-metrics-host-monitoring/conf/unix/ambari-metrics-monitor


> Metrics monitor fails on restart
> --------------------------------
>
>                 Key: AMBARI-15063
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15063
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-metrics
>    Affects Versions: 2.2.1
>            Reporter: Aravindan Vijayan
>            Assignee: Aravindan Vijayan
>            Priority: Critical
>             Fix For: 2.2.2
>
>         Attachments: AMBARI-15063.patch
>
>
> PROBLEM
> Metrics Monitor failed to START at install on 1 host. Restart also never 
> worked.
> BUG
> Ambari metrics monitor startup script had a stale pid file with value as 327, 
> and it used "ps ax -o pid | grep <pid>" to check if the process is running. 
> This returned true since there was a process with process Id = 3327. Hence, 
> the script always assumed that the metric monitor process was already running.
> FIX
> Change to use grep exact match (grep -w) while checking for process with 
> process ID.



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

Reply via email to