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

Jayush Luniya commented on AMBARI-17718:
----------------------------------------

Branch-2.4
commit c7591f179aaceb5a3a522f3358726672297e3c8b
Author: Jayush Luniya <jlun...@hortonworks.com>
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)

Reply via email to