[
https://issues.apache.org/jira/browse/AMBARI-20244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aravindan Vijayan updated AMBARI-20244:
---------------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Pushed to branch-2.5 and trunk.
> 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)