You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Alejandro Fernandez <af...@hortonworks.com> on 2016/01/20 01:35:22 UTC

Review Request 42529: AMBARI-14730. After upgrade from 2.3.2 to 2.3.4, HBase fails to start, remove props for local indexing

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

Review request for Ambari, Dmytro Grinenko, Jayush Luniya, Nate Cole, and Swapan Shridhar.


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


Repository: ambari


Description
-------

Customer upgraded from HDP 2.3.2 to 2.3.4 and had some config changes for local indexing that were not production ready.

The RegionServer will fail because some of the Phoenix observer configurations are invalid because those classes no longer exist.

In each of the following upgrade paths,
HDP 2.2 -> 2.3.*
HDP 2.2 -> 2.4
HDP 2.3.* -> 2.3*
HDP 2.3.* -> 2.4

need change these properties,

* hbase.master.loadbalancer.class (will remove prop if value is "org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer")

* hbase.coprocessor.master.classes: "" (will remove "org.apache.phoenix.hbase.index.master.IndexMasterObserver" from value )

* hbase.coprocessor.regionserver.classes (will remove "org.apache.hadoop.hbase.regionserver.LocalIndexMerger" from value)


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml df12920 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml ff7e032 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 7e7138d 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml 34e4848 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml bdb4808 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml 57b2f42 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml f58eb79 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml ab955e4 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml 573713c 
  ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml d5e4f78 

Diff: https://reviews.apache.org/r/42529/diff/


Testing
-------

Tested during RU from HDP 2.2 to 2.3


Thanks,

Alejandro Fernandez


Re: Review Request 42529: AMBARI-14730. After upgrade from 2.3.2 to 2.3.4, HBase fails to start, remove props for local indexing

Posted by Nate Cole <nc...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42529/#review115420
-----------------------------------------------------------

Ship it!


It's great that the upgrade pack/config stuff is nicely packaged!

- Nate Cole


On Jan. 19, 2016, 7:35 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/42529/
> -----------------------------------------------------------
> 
> (Updated Jan. 19, 2016, 7:35 p.m.)
> 
> 
> Review request for Ambari, Dmytro Grinenko, Jayush Luniya, Nate Cole, and Swapan Shridhar.
> 
> 
> Bugs: AMBARI-14730
>     https://issues.apache.org/jira/browse/AMBARI-14730
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Customer upgraded from HDP 2.3.2 to 2.3.4 and had some config changes for local indexing that were not production ready.
> 
> The RegionServer will fail because some of the Phoenix observer configurations are invalid because those classes no longer exist.
> 
> In each of the following upgrade paths,
> HDP 2.2 -> 2.3.*
> HDP 2.2 -> 2.4
> HDP 2.3.* -> 2.3*
> HDP 2.3.* -> 2.4
> 
> need change these properties,
> 
> * hbase.master.loadbalancer.class (will remove prop if value is "org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer")
> 
> * hbase.coprocessor.master.classes: "" (will remove "org.apache.phoenix.hbase.index.master.IndexMasterObserver" from value )
> 
> * hbase.coprocessor.regionserver.classes (will remove "org.apache.hadoop.hbase.regionserver.LocalIndexMerger" from value)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml df12920 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml ff7e032 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 7e7138d 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml 34e4848 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml bdb4808 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml 57b2f42 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml f58eb79 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml ab955e4 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml 573713c 
>   ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml d5e4f78 
> 
> Diff: https://reviews.apache.org/r/42529/diff/
> 
> 
> Testing
> -------
> 
> Tested during RU from HDP 2.2 to 2.3
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>


Re: Review Request 42529: AMBARI-14730. After upgrade from 2.3.2 to 2.3.4, HBase fails to start, remove props for local indexing

Posted by Nate Cole <nc...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42529/#review115488
-----------------------------------------------------------

Ship it!


Ship It!

- Nate Cole


On Jan. 20, 2016, 4:32 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/42529/
> -----------------------------------------------------------
> 
> (Updated Jan. 20, 2016, 4:32 p.m.)
> 
> 
> Review request for Ambari, Dmytro Grinenko, Jayush Luniya, Nate Cole, and Swapan Shridhar.
> 
> 
> Bugs: AMBARI-14730
>     https://issues.apache.org/jira/browse/AMBARI-14730
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Customer upgraded from HDP 2.3.2 to 2.3.4 and had some config changes for local indexing that were not production ready.
> 
> The RegionServer will fail because some of the Phoenix observer configurations are invalid because those classes no longer exist.
> 
> In each of the following upgrade paths,
> HDP 2.2 -> 2.3.*
> HDP 2.2 -> 2.4
> HDP 2.3.* -> 2.3*
> HDP 2.3.* -> 2.4
> 
> need change these properties,
> 
> * hbase.master.loadbalancer.class (will remove prop if value is "org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer")
> 
> * hbase.coprocessor.master.classes: "" (will remove "org.apache.phoenix.hbase.index.master.IndexMasterObserver" from value )
> 
> * hbase.coprocessor.regionserver.classes (will remove "org.apache.hadoop.hbase.regionserver.LocalIndexMerger" from value)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml df12920 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml ff7e032 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 7e7138d 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml 34e4848 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml bdb4808 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml 57b2f42 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml f58eb79 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml ab955e4 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml 573713c 
>   ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml d5e4f78 
> 
> Diff: https://reviews.apache.org/r/42529/diff/
> 
> 
> Testing
> -------
> 
> Tested during RU from HDP 2.2 to 2.3
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>


Re: Review Request 42529: AMBARI-14730. After upgrade from 2.3.2 to 2.3.4, HBase fails to start, remove props for local indexing

Posted by Mahadev Konar <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42529/#review115487
-----------------------------------------------------------

Ship it!


Ship It!

- Mahadev Konar


On Jan. 20, 2016, 9:32 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/42529/
> -----------------------------------------------------------
> 
> (Updated Jan. 20, 2016, 9:32 p.m.)
> 
> 
> Review request for Ambari, Dmytro Grinenko, Jayush Luniya, Nate Cole, and Swapan Shridhar.
> 
> 
> Bugs: AMBARI-14730
>     https://issues.apache.org/jira/browse/AMBARI-14730
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Customer upgraded from HDP 2.3.2 to 2.3.4 and had some config changes for local indexing that were not production ready.
> 
> The RegionServer will fail because some of the Phoenix observer configurations are invalid because those classes no longer exist.
> 
> In each of the following upgrade paths,
> HDP 2.2 -> 2.3.*
> HDP 2.2 -> 2.4
> HDP 2.3.* -> 2.3*
> HDP 2.3.* -> 2.4
> 
> need change these properties,
> 
> * hbase.master.loadbalancer.class (will remove prop if value is "org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer")
> 
> * hbase.coprocessor.master.classes: "" (will remove "org.apache.phoenix.hbase.index.master.IndexMasterObserver" from value )
> 
> * hbase.coprocessor.regionserver.classes (will remove "org.apache.hadoop.hbase.regionserver.LocalIndexMerger" from value)
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml df12920 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml ff7e032 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 7e7138d 
>   ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml 34e4848 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml bdb4808 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml 57b2f42 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml f58eb79 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml ab955e4 
>   ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml 573713c 
>   ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml d5e4f78 
> 
> Diff: https://reviews.apache.org/r/42529/diff/
> 
> 
> Testing
> -------
> 
> Tested during RU from HDP 2.2 to 2.3
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>


Re: Review Request 42529: AMBARI-14730. After upgrade from 2.3.2 to 2.3.4, HBase fails to start, remove props for local indexing

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

(Updated Jan. 20, 2016, 9:32 p.m.)


Review request for Ambari, Dmytro Grinenko, Jayush Luniya, Nate Cole, and Swapan Shridhar.


Changes
-------

One more config change.


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


Repository: ambari


Description
-------

Customer upgraded from HDP 2.3.2 to 2.3.4 and had some config changes for local indexing that were not production ready.

The RegionServer will fail because some of the Phoenix observer configurations are invalid because those classes no longer exist.

In each of the following upgrade paths,
HDP 2.2 -> 2.3.*
HDP 2.2 -> 2.4
HDP 2.3.* -> 2.3*
HDP 2.3.* -> 2.4

need change these properties,

* hbase.master.loadbalancer.class (will remove prop if value is "org.apache.phoenix.hbase.index.balancer.IndexLoadBalancer")

* hbase.coprocessor.master.classes: "" (will remove "org.apache.phoenix.hbase.index.master.IndexMasterObserver" from value )

* hbase.coprocessor.regionserver.classes (will remove "org.apache.hadoop.hbase.regionserver.LocalIndexMerger" from value)


Diffs (updated)
-----

  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml df12920 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.4.xml ff7e032 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 7e7138d 
  ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.4.xml 34e4848 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml bdb4808 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml 57b2f42 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.4.xml f58eb79 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml ab955e4 
  ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.4.xml 573713c 
  ambari-server/src/main/resources/stacks/HDP/2.4/upgrades/config-upgrade.xml d5e4f78 

Diff: https://reviews.apache.org/r/42529/diff/


Testing
-------

Tested during RU from HDP 2.2 to 2.3


Thanks,

Alejandro Fernandez