[jira] [Commented] (AMBARI-17718) KERBEROS_CLIENT version sometimes gets set for a host

2016-07-15 Thread Hudson (JIRA)

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

Hudson commented on AMBARI-17718:
-

SUCCESS: Integrated in Ambari-trunk-Commit #5319 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/5319/])
AMBARI-17718: KERBEROS_CLIENT version sometimes gets set for a host (jluniya: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git=commit=e8bd12b19c580db0873aba1c70f00a59cac1f1c7])
* 
ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/StackVersionListenerTest.java
* 
ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/StackVersionListener.java


> KERBEROS_CLIENT version sometimes gets set for a host
> -
>
> Key: AMBARI-17718
> URL: https://issues.apache.org/jira/browse/AMBARI-17718
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent, ambari-server
>Affects Versions: 2.4.0
>Reporter: Jayush Luniya
>Assignee: Jayush Luniya
>Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17718.patch
>
>
> KERBEROS_CLIENT has advertiseVersion=False. However version in 
> hostcomponentstate and desired_version in servicecomponentdesiredstate 
> sometimes get updated instead of remaining as 'UNKNOWN'
> {code}
> select * from servicecomponentdesiredstate where component_name = 
> 'KERBEROS_CLIENT';
> +-++---+--+--+--+-++
> | component_name  | cluster_id | desired_state | service_name | 
> desired_stack_id | recovery_enabled | desired_version | id |
> +-++---+--+--+--+-++
> | KERBEROS_CLIENT |  2 | INSTALLED | KERBEROS |   
>  3 |0 | 2.2.6.0-2800| 17 |
> +-++---+--+--+--+-++
> 1 row in set (0.00 sec)
> select * from hostcomponentstate where component_name = 'KERBEROS_CLIENT';
> ++-+--+---+--+---+--+-+--+-+
> | cluster_id | component_name  | version  | current_state | service_name 
> | upgrade_state | security_state   | host_id | current_stack_id | id  |
> ++-+--+---+--+---+--+-+--+-+
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   1 |3 |  11 |
> |  2 | KERBEROS_CLIENT | 2.2.6.0-2800 | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   2 |3 |  38 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   3 |3 |  62 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   4 |3 |  84 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   5 |3 | 107 |
> ++-+--+---+--+---+--+-+--+-+
> 5 rows in set (0.00 sec)
> {code}



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


[jira] [Commented] (AMBARI-17718) KERBEROS_CLIENT version sometimes gets set for a host

2016-07-15 Thread Jayush Luniya (JIRA)

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

Jayush Luniya commented on AMBARI-17718:


Branch-2.4
commit c7591f179aaceb5a3a522f3358726672297e3c8b
Author: Jayush Luniya 
Date:   Fri Jul 15 10:58:14 2016 -0700

AMBARI-17718: KERBEROS_CLIENT version sometimes gets set for a host 
(jluniya)

> KERBEROS_CLIENT version sometimes gets set for a host
> -
>
> Key: AMBARI-17718
> URL: https://issues.apache.org/jira/browse/AMBARI-17718
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent, ambari-server
>Affects Versions: 2.4.0
>Reporter: Jayush Luniya
>Assignee: Jayush Luniya
>Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17718.patch
>
>
> KERBEROS_CLIENT has advertiseVersion=False. However version in 
> hostcomponentstate and desired_version in servicecomponentdesiredstate 
> sometimes get updated instead of remaining as 'UNKNOWN'
> {code}
> select * from servicecomponentdesiredstate where component_name = 
> 'KERBEROS_CLIENT';
> +-++---+--+--+--+-++
> | component_name  | cluster_id | desired_state | service_name | 
> desired_stack_id | recovery_enabled | desired_version | id |
> +-++---+--+--+--+-++
> | KERBEROS_CLIENT |  2 | INSTALLED | KERBEROS |   
>  3 |0 | 2.2.6.0-2800| 17 |
> +-++---+--+--+--+-++
> 1 row in set (0.00 sec)
> select * from hostcomponentstate where component_name = 'KERBEROS_CLIENT';
> ++-+--+---+--+---+--+-+--+-+
> | cluster_id | component_name  | version  | current_state | service_name 
> | upgrade_state | security_state   | host_id | current_stack_id | id  |
> ++-+--+---+--+---+--+-+--+-+
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   1 |3 |  11 |
> |  2 | KERBEROS_CLIENT | 2.2.6.0-2800 | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   2 |3 |  38 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   3 |3 |  62 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   4 |3 |  84 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   5 |3 | 107 |
> ++-+--+---+--+---+--+-+--+-+
> 5 rows in set (0.00 sec)
> {code}



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


[jira] [Commented] (AMBARI-17718) KERBEROS_CLIENT version sometimes gets set for a host

2016-07-15 Thread Jayush Luniya (JIRA)

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

Jayush Luniya commented on AMBARI-17718:


Trunk
commit e8bd12b19c580db0873aba1c70f00a59cac1f1c7
Author: Jayush Luniya 
Date:   Fri Jul 15 10:58:14 2016 -0700

AMBARI-17718: KERBEROS_CLIENT version sometimes gets set for a host 
(jluniya)

> KERBEROS_CLIENT version sometimes gets set for a host
> -
>
> Key: AMBARI-17718
> URL: https://issues.apache.org/jira/browse/AMBARI-17718
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent, ambari-server
>Affects Versions: 2.4.0
>Reporter: Jayush Luniya
>Assignee: Jayush Luniya
>Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17718.patch
>
>
> KERBEROS_CLIENT has advertiseVersion=False. However version in 
> hostcomponentstate and desired_version in servicecomponentdesiredstate 
> sometimes get updated instead of remaining as 'UNKNOWN'
> {code}
> select * from servicecomponentdesiredstate where component_name = 
> 'KERBEROS_CLIENT';
> +-++---+--+--+--+-++
> | component_name  | cluster_id | desired_state | service_name | 
> desired_stack_id | recovery_enabled | desired_version | id |
> +-++---+--+--+--+-++
> | KERBEROS_CLIENT |  2 | INSTALLED | KERBEROS |   
>  3 |0 | 2.2.6.0-2800| 17 |
> +-++---+--+--+--+-++
> 1 row in set (0.00 sec)
> select * from hostcomponentstate where component_name = 'KERBEROS_CLIENT';
> ++-+--+---+--+---+--+-+--+-+
> | cluster_id | component_name  | version  | current_state | service_name 
> | upgrade_state | security_state   | host_id | current_stack_id | id  |
> ++-+--+---+--+---+--+-+--+-+
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   1 |3 |  11 |
> |  2 | KERBEROS_CLIENT | 2.2.6.0-2800 | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   2 |3 |  38 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   3 |3 |  62 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   4 |3 |  84 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   5 |3 | 107 |
> ++-+--+---+--+---+--+-+--+-+
> 5 rows in set (0.00 sec)
> {code}



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


[jira] [Commented] (AMBARI-17718) KERBEROS_CLIENT version sometimes gets set for a host

2016-07-14 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on AMBARI-17718:


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

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

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

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

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

{color:green}+1 core tests{color}.  The patch passed unit tests in 
ambari-server.

Test results: 
https://builds.apache.org/job/Ambari-trunk-test-patch/7851//testReport/
Console output: 
https://builds.apache.org/job/Ambari-trunk-test-patch/7851//console

This message is automatically generated.

> KERBEROS_CLIENT version sometimes gets set for a host
> -
>
> Key: AMBARI-17718
> URL: https://issues.apache.org/jira/browse/AMBARI-17718
> Project: Ambari
>  Issue Type: Bug
>  Components: ambari-agent, ambari-server
>Affects Versions: 2.4.0
>Reporter: Jayush Luniya
>Assignee: Jayush Luniya
>Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-17718.patch
>
>
> KERBEROS_CLIENT has advertiseVersion=False. However version in 
> hostcomponentstate and desired_version in servicecomponentdesiredstate 
> sometimes get updated instead of remaining as 'UNKNOWN'
> {code}
> select * from servicecomponentdesiredstate where component_name = 
> 'KERBEROS_CLIENT';
> +-++---+--+--+--+-++
> | component_name  | cluster_id | desired_state | service_name | 
> desired_stack_id | recovery_enabled | desired_version | id |
> +-++---+--+--+--+-++
> | KERBEROS_CLIENT |  2 | INSTALLED | KERBEROS |   
>  3 |0 | 2.2.6.0-2800| 17 |
> +-++---+--+--+--+-++
> 1 row in set (0.00 sec)
> select * from hostcomponentstate where component_name = 'KERBEROS_CLIENT';
> ++-+--+---+--+---+--+-+--+-+
> | cluster_id | component_name  | version  | current_state | service_name 
> | upgrade_state | security_state   | host_id | current_stack_id | id  |
> ++-+--+---+--+---+--+-+--+-+
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   1 |3 |  11 |
> |  2 | KERBEROS_CLIENT | 2.2.6.0-2800 | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   2 |3 |  38 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   3 |3 |  62 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   4 |3 |  84 |
> |  2 | KERBEROS_CLIENT | UNKNOWN  | INSTALLED | KERBEROS 
> | NONE  | SECURED_KERBEROS |   5 |3 | 107 |
> ++-+--+---+--+---+--+-+--+-+
> 5 rows in set (0.00 sec)
> {code}



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