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




ambari-server/src/main/java/org/apache/ambari/server/topology/HostGroupImpl.java
 (line 288)
<https://reviews.apache.org/r/50870/#comment211356>

    what's the purpose of the tailing whitespace ?


- Di Li


On Aug. 9, 2016, 1:14 a.m., Amruta Borkar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/50870/
> -----------------------------------------------------------
> 
> (Updated Aug. 9, 2016, 1:14 a.m.)
> 
> 
> Review request for Ambari, Di Li and Robert Nettleton.
> 
> 
> Bugs: AMBARI-17951
>     https://issues.apache.org/jira/browse/AMBARI-17951
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Ambari allows user to specify following properties when Namenode HA is 
> enabled, but does not validate for correct mapping.
> 
> "dfs_ha_initial_namenode_active" : "hostname or hostgroup reference",
> "dfs_ha_initial_namenode_standby" : "hostname or hostgroup referenceā€
> 
> If the values for above properties are mentioned incorrectly following 
> exception is thrown and NAMENODE fails to start.
> 
> WARN namenode.FSNamesystem (FSNamesystem.java:loadFromDisk(692)) - 
> Encountered exception loading fsimage
> java.io.IOException: NameNode is not formatted.
> 
> 
> Diffs
> -----
> 
>   
> ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
>  4776dc6 
>   
> ambari-server/src/main/java/org/apache/ambari/server/topology/BlueprintValidatorImpl.java
>  45a8c5c 
>   
> ambari-server/src/main/java/org/apache/ambari/server/topology/ClusterTopologyImpl.java
>  699b82a 
>   
> ambari-server/src/main/java/org/apache/ambari/server/topology/HostGroup.java 
> c0aec68 
>   
> ambari-server/src/main/java/org/apache/ambari/server/topology/HostGroupImpl.java
>  ddbe0b3 
>   
> ambari-server/src/test/java/org/apache/ambari/server/topology/BlueprintImplTest.java
>  0608697 
>   
> ambari-server/src/test/java/org/apache/ambari/server/topology/ClusterTopologyImplTest.java
>  95e58ae 
> 
> Diff: https://reviews.apache.org/r/50870/diff/
> 
> 
> Testing
> -------
> 
> Included test cases in the patch. 
> Testing done for the following validation cases:
> 
> 1. Extra NAMENODE component
> 2. Invalid HOSTGROUP referenced by a property.
> 3. Invalid total number of nodes for NAMENODE HA
> 4. Invalid hostname mapping
> 
> 
> Thanks,
> 
> Amruta Borkar
> 
>

Reply via email to