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

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

SUCCESS: Integrated in Ambari-branch-2.2 #353 (See 
[https://builds.apache.org/job/Ambari-branch-2.2/353/])
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=4c4c5bc1e59c9014cdbdf4b2a47c8be355249e9e])
* 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