Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.5.0
-
None
Description
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
"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" }
Post upgrade it became the following - ssl.client.truststore.alias got added.
"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" }
Attachments
Attachments
Issue Links
- links to