You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Aravindan Vijayan (JIRA)" <ji...@apache.org> on 2017/03/01 18:00:49 UTC

[jira] [Updated] (AMBARI-20244) HBase indicates restart required after upgrade from Amabri-2.4+HDP-2.5

     [ https://issues.apache.org/jira/browse/AMBARI-20244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aravindan Vijayan updated AMBARI-20244:
---------------------------------------
    Status: Patch Available  (was: Open)

> HBase indicates restart required after upgrade from Amabri-2.4+HDP-2.5
> ----------------------------------------------------------------------
>
>                 Key: AMBARI-20244
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20244
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-metrics
>    Affects Versions: 2.5.0
>            Reporter: Aravindan Vijayan
>            Assignee: Aravindan Vijayan
>            Priority: Critical
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-20244.patch
>
>
> HBase indicates restart required after upgrade to Ambari-2.5 from Ambari-2.4 + HDP-2.6. The root cause seems to be the addition of a property to ams-ssl-client config type
> Ambari-2.4 deployed
> {code}
> "properties" : {
>         "ssl.client.truststore.location" : "/etc/security/clientKeys/all.jks",
>         "ssl.client.truststore.password" : "SECRET:ams-ssl-client:1:ssl.client.truststore.password",
>         "ssl.client.truststore.type" : "jks"
>       }
> {code}
> Post upgrade it became the following - *ssl.client.truststore.alias* got added.
> {code}
> "properties" : {
>         "ssl.client.truststore.alias" : "",
>         "ssl.client.truststore.location" : "/etc/security/clientKeys/all.jks",
>         "ssl.client.truststore.password" : "SECRET:ams-ssl-client:2:ssl.client.truststore.password",
>         "ssl.client.truststore.type" : "jks"
>       }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)