You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@ambari.apache.org by Aravindan Vijayan <av...@hortonworks.com> on 2017/03/01 17:59:56 UTC

Review Request 57209: AMBARI-20244 : HBase indicates restart required after upgrade from Amabri-2.4+HDP-2.5

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57209/
-----------------------------------------------------------

Review request for Ambari, Dmytro Sen, Sumit Mohanty, and Sid Wagle.


Bugs: AMBARI-20244
    https://issues.apache.org/jira/browse/AMBARI-20244


Repository: ambari


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"
      }


Diffs
-----

  ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/metainfo.xml 377e74c 
  ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml b4f1058 
  ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metainfo.xml a56ff10 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml fd7f2f6 
  ambari-server/src/main/resources/common-services/KAFKA/0.8.1/metainfo.xml 049705d 
  ambari-server/src/main/resources/common-services/STORM/0.9.1/metainfo.xml 0f4d520 
  ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml e5558c8 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml 25e242b 
  ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHBASE/metainfo.xml 059deff 
  ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHDFS/metainfo.xml 99cedd9 
  ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEYARN/metainfo.xml e07f3a7 


Diff: https://reviews.apache.org/r/57209/diff/1/


Testing
-------

Manually tested.


Thanks,

Aravindan Vijayan


Re: Review Request 57209: AMBARI-20244 : HBase indicates restart required after upgrade from Amabri-2.4+HDP-2.5

Posted by Sid Wagle <sw...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57209/#review167315
-----------------------------------------------------------


Ship it!




Ship It!

- Sid Wagle


On March 1, 2017, 5:59 p.m., Aravindan Vijayan wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/57209/
> -----------------------------------------------------------
> 
> (Updated March 1, 2017, 5:59 p.m.)
> 
> 
> Review request for Ambari, Dmytro Sen, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-20244
>     https://issues.apache.org/jira/browse/AMBARI-20244
> 
> 
> Repository: ambari
> 
> 
> 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"
>       }
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/metainfo.xml 377e74c 
>   ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml b4f1058 
>   ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metainfo.xml a56ff10 
>   ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml fd7f2f6 
>   ambari-server/src/main/resources/common-services/KAFKA/0.8.1/metainfo.xml 049705d 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1/metainfo.xml 0f4d520 
>   ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml e5558c8 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml 25e242b 
>   ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHBASE/metainfo.xml 059deff 
>   ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHDFS/metainfo.xml 99cedd9 
>   ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEYARN/metainfo.xml e07f3a7 
> 
> 
> Diff: https://reviews.apache.org/r/57209/diff/1/
> 
> 
> Testing
> -------
> 
> Manually tested.
> 
> 
> Thanks,
> 
> Aravindan Vijayan
> 
>


Re: Review Request 57209: AMBARI-20244 : HBase indicates restart required after upgrade from Amabri-2.4+HDP-2.5

Posted by Alejandro Fernandez <af...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57209/#review167540
-----------------------------------------------------------


Ship it!




Ship It!

- Alejandro Fernandez


On March 1, 2017, 5:59 p.m., Aravindan Vijayan wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/57209/
> -----------------------------------------------------------
> 
> (Updated March 1, 2017, 5:59 p.m.)
> 
> 
> Review request for Ambari, Dmytro Sen, Sumit Mohanty, and Sid Wagle.
> 
> 
> Bugs: AMBARI-20244
>     https://issues.apache.org/jira/browse/AMBARI-20244
> 
> 
> Repository: ambari
> 
> 
> 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"
>       }
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/ACCUMULO/1.6.1.2.2.0/metainfo.xml 377e74c 
>   ambari-server/src/main/resources/common-services/FLUME/1.4.0.2.0/metainfo.xml b4f1058 
>   ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/metainfo.xml a56ff10 
>   ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/metainfo.xml fd7f2f6 
>   ambari-server/src/main/resources/common-services/KAFKA/0.8.1/metainfo.xml 049705d 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1/metainfo.xml 0f4d520 
>   ambari-server/src/main/resources/common-services/STORM/1.0.1/metainfo.xml e5558c8 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml 25e242b 
>   ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHBASE/metainfo.xml 059deff 
>   ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEHDFS/metainfo.xml 99cedd9 
>   ambari-server/src/main/resources/stacks/PERF/1.0/services/FAKEYARN/metainfo.xml e07f3a7 
> 
> 
> Diff: https://reviews.apache.org/r/57209/diff/1/
> 
> 
> Testing
> -------
> 
> Manually tested.
> 
> 
> Thanks,
> 
> Aravindan Vijayan
> 
>