[jira] [Commented] (AMBARI-22762) Can not stop one single flume agent when deployed on the same host

2018-01-11 Thread mathildaMa09 (JIRA)

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

mathildaMa09 commented on AMBARI-22762:
---

edit test files

> Can not stop one single flume agent when deployed on the same host
> --
>
> Key: AMBARI-22762
> URL: https://issues.apache.org/jira/browse/AMBARI-22762
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
> Environment: ambari 2.5.2,
> flume 1.8
>Reporter: mathildaMa09
> Attachments: AMBARI-22762.patch
>
>
> I'm using ambari 2.5.2, flume 1.8, when i install one more agents on same 
> host, once try stop agent, other agents stop also.
> notice: one agent named 'a', the other name 'b'



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-22762) Can not stop one single flume agent when deployed on the same host

2018-01-11 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-22762:


{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12905657/AMBARI-22762.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  The patch doesn't appear to include 
any new or modified tests.
Please justify why no new tests are needed for this 
patch.
Also please list what manual steps were performed to 
verify this patch.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 core tests{color}.  The test build failed in 
[ambari-server|https://builds.apache.org/job/Ambari-trunk-test-patch/12946//artifact/patch-work/testrun_ambari-server.txt]
 

Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/12946//console

This message is automatically generated.

> Can not stop one single flume agent when deployed on the same host
> --
>
> Key: AMBARI-22762
> URL: https://issues.apache.org/jira/browse/AMBARI-22762
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
> Environment: ambari 2.5.2,
> flume 1.8
>Reporter: mathildaMa09
> Attachments: AMBARI-22762.patch
>
>
> I'm using ambari 2.5.2, flume 1.8, when i install one more agents on same 
> host, once try stop agent, other agents stop also.
> notice: one agent named 'a', the other name 'b'



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AMBARI-22762) Can not stop one single flume agent when deployed on the same host

2018-01-11 Thread mathildaMa09 (JIRA)

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

mathildaMa09 commented on AMBARI-22762:
---

For flume agent a, Ambari send cmd ‘pgrep -o -u flume -f 
'^/user/lib/jvm/java.*a.* ’ to get pid, for agent b , send  ‘pgrep -o -u flume 
-f '^/user/lib/jvm/java.*b.* ’. but these two cmd returns same pid, thus when 
stop one of them, the other stops as well.

Sometime, 'pgrep -f ' cannot get real full command because flume command is too 
long to retrieve, so send 'ps' command instead.

> Can not stop one single flume agent when deployed on the same host
> --
>
> Key: AMBARI-22762
> URL: https://issues.apache.org/jira/browse/AMBARI-22762
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-server
>Affects Versions: 2.5.2
> Environment: ambari 2.5.2,
> flume 1.8
>Reporter: mathildaMa09
> Attachments: AMBARI-22762.patch
>
>
> I'm using ambari 2.5.2, flume 1.8, when i install one more agents on same 
> host, once try stop agent, other agents stop also.
> notice: one agent named 'a', the other name 'b'



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)