Aravindan Vijayan created AMBARI-20244:
------------------------------------------

             Summary: 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


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)

Reply via email to