You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Oliver Szabo <os...@hortonworks.com> on 2015/11/27 17:32:43 UTC

Review Request 40778: HDFS check fails after move NameNode (wrong cluster info)

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

Review request for Ambari, Robert Nettleton and Sumit Mohanty.


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


Repository: ambari


Description
-------

an another fix was submitted and reverted earlier. see: https://reviews.apache.org/r/37294/

note: host roles are merged from the blueprint and cluster object. -> I did this only specific cases. (e.g.: a component is missing from the cluster object but exists in the blueprint etc.)


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/utils/StageUtils.java 3da0fe2 
  ambari-server/src/test/java/org/apache/ambari/server/utils/StageUtilsTest.java e85d9a1 

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


Testing
-------

FT: tried on HA cluster (with e.g. metrics service, where host mappings not available during provisioning), move NN, then cluster info had the right hosts. 
Unit Testing is in progress...


Thanks,

Oliver Szabo


Re: Review Request 40778: HDFS check fails after move NameNode (wrong cluster info)

Posted by Oliver Szabo <os...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40778/
-----------------------------------------------------------

(Updated Nov. 30, 2015, 6:23 p.m.)


Review request for Ambari, Robert Levas, Robert Nettleton, Sandor Magyari, Sumit Mohanty, and Sebastian Toader.


Changes
-------

patch not applied on trunk, i updated it


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


Repository: ambari


Description
-------

an another fix was submitted and reverted earlier. see: https://reviews.apache.org/r/37294/

note: host roles are merged from the blueprint and cluster object. -> I did this only specific cases. (e.g.: a component is missing from the cluster object but exists in the blueprint etc.)


Diffs (updated)
-----

  ambari-server/src/main/java/org/apache/ambari/server/utils/StageUtils.java e51cfb2 
  ambari-server/src/test/java/org/apache/ambari/server/utils/StageUtilsTest.java c78648d 

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


Testing (updated)
-------

FT: tried on HA cluster (with e.g. metrics service, where host mappings not available during provisioning), move NN, then cluster info had the right hosts and try upscale hosts. 
Unit Testing is in progress...


Thanks,

Oliver Szabo