[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-06-20 Thread Luke Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13689024#comment-13689024
 ] 

Luke Lu commented on HADOOP-9451:
-

Committed to branch-2 and 2.1-beta as well. Thanks for the note, Suresh!

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Fix For: 1.2.0, 3.0.0

 Attachments: HADOOP-9451-branch-1.patch, HADOOP-9451.patch, 
 HADOOP-9451-v2.patch, HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-06-19 Thread Suresh Srinivas (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13688711#comment-13688711
 ] 

Suresh Srinivas commented on HADOOP-9451:
-

[~vicaya] This needs to be merge to branch-2.1.0 along with other NodeGroup 
topology code.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Fix For: 1.2.0, 3.0.0

 Attachments: HADOOP-9451-branch-1.patch, HADOOP-9451.patch, 
 HADOOP-9451-v2.patch, HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621884#comment-13621884
 ] 

Hudson commented on HADOOP-9451:


Integrated in Hadoop-trunk-Commit #3561 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/3561/])
HADOOP-9451. Fault single-layer config if node group topology is enabled. 
(Junping Du via llu) (Revision 1464301)

 Result = SUCCESS
llu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464301
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopologyWithNodeGroup.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetworkTopologyWithNodeGroup.java


 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Fix For: 1.2.0, 3.0.0

 Attachments: HADOOP-9451-branch-1.patch, HADOOP-9451.patch, 
 HADOOP-9451-v2.patch, HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13622013#comment-13622013
 ] 

Hudson commented on HADOOP-9451:


Integrated in Hadoop-Yarn-trunk #174 (See 
[https://builds.apache.org/job/Hadoop-Yarn-trunk/174/])
HADOOP-9451. Fault single-layer config if node group topology is enabled. 
(Junping Du via llu) (Revision 1464301)

 Result = SUCCESS
llu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464301
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopologyWithNodeGroup.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetworkTopologyWithNodeGroup.java


 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Fix For: 1.2.0, 3.0.0

 Attachments: HADOOP-9451-branch-1.patch, HADOOP-9451.patch, 
 HADOOP-9451-v2.patch, HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-04 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13622333#comment-13622333
 ] 

Hudson commented on HADOOP-9451:


Integrated in Hadoop-Mapreduce-trunk #1390 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1390/])
HADOOP-9451. Fault single-layer config if node group topology is enabled. 
(Junping Du via llu) (Revision 1464301)

 Result = SUCCESS
llu : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1464301
Files : 
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetworkTopologyWithNodeGroup.java
* 
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetworkTopologyWithNodeGroup.java


 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Fix For: 1.2.0, 3.0.0

 Attachments: HADOOP-9451-branch-1.patch, HADOOP-9451.patch, 
 HADOOP-9451-v2.patch, HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Luke Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620725#comment-13620725
 ] 

Luke Lu commented on HADOOP-9451:
-

Some of these test are actually more like integration tests (especially the 
ones that use MiniDFSCluster). I suggest that you just move the 
TestNetworkTopologyWithNodeGroup as it has minimal dependency on hdfs stuff. 

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Junping Du (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620846#comment-13620846
 ] 

Junping Du commented on HADOOP-9451:


Yes. There are minimal dependency on hdfs stuff but could be replaced 
(DataNodeDescriptor = NodeBase) in test case. Move 
TestNetworkTopologyWithNodeGroup to common project to stay together with 
NetworkTopologyWithNodeGroup. We can consider to move TestNetworkTopology to 
common project too (the same minimal changes).

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451.patch, HDFS-4652-branch1.patch, 
 HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Luke Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621162#comment-13621162
 ] 

Luke Lu commented on HADOOP-9451:
-

Some tests in TestNetworkTopology uses MiniDFSCluster, so you'll need to split 
the test suite into two. Feel free to provide two patches (two jiras as well, 
one for common one for HDFS) :)

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451.patch, HDFS-4652-branch1.patch, 
 HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Luke Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621176#comment-13621176
 ] 

Luke Lu commented on HADOOP-9451:
-

Please move the deletion of the TestNetworkTopologyWithNodeGroup from hdfs 
project to HDFS-4665. 

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451.patch, HDFS-4652-branch1.patch, 
 HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Luke Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621183#comment-13621183
 ] 

Luke Lu commented on HADOOP-9451:
-

It'll be great if you can backport the trunk patch to branch-1 (only needs one 
patch including the move) as well.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451.patch, HDFS-4652-branch1.patch, 
 HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621316#comment-13621316
 ] 

Hadoop QA commented on HADOOP-9451:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12576765/HADOOP-9451.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:red}-1 core tests{color}.  The patch failed these unit tests in 
hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs:

  org.apache.hadoop.fs.TestFcHdfsSymlink

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2404//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2404//console

This message is automatically generated.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451.patch, HDFS-4652-branch1.patch, 
 HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Junping Du (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621551#comment-13621551
 ] 

Junping Du commented on HADOOP-9451:


Hi Luke, Thanks for comments. I update the patch to contains common part only 
and put removing TestNetworkTopologyWithNodeGroup in HDFS part in HDFS-4665. 
Will deliver a branch-1 patch soon. 

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451.patch, HADOOP-9451-v2.patch, 
 HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621596#comment-13621596
 ] 

Hadoop QA commented on HADOOP-9451:
---

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12576884/HADOOP-9451-v2.patch
  against trunk revision .

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-common-project/hadoop-common.

{color:green}+1 contrib tests{color}.  The patch passed contrib unit tests.

Test results: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2408//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2408//console

This message is automatically generated.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451.patch, HADOOP-9451-v2.patch, 
 HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-03 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13621614#comment-13621614
 ] 

Hadoop QA commented on HADOOP-9451:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12576892/HADOOP-9451-branch-1.patch
  against trunk revision .

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2409//console

This message is automatically generated.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HADOOP-9451-branch-1.patch, HADOOP-9451.patch, 
 HADOOP-9451-v2.patch, HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-02 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619978#comment-13619978
 ] 

Hadoop QA commented on HADOOP-9451:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12576072/HDFS-4652-branch1.patch
  against trunk revision .

{color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2401//console

This message is automatically generated.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-02 Thread Luke Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619986#comment-13619986
 ] 

Luke Lu commented on HADOOP-9451:
-

Sorry forgot about the rule to avoid changes across projects. Moved to common, 
as the patch is for common NetworkTopologyWithNodeGroup, though the test is in 
hdfs. I think the unit test should be in common as well. It'll be great if 
you can submit a patch for common only.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-02 Thread Luke Lu (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13619987#comment-13619987
 ] 

Luke Lu commented on HADOOP-9451:
-

branch-1 changes is acceptable.

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HADOOP-9451) Node with one topology layer should be handled as fault topology when NodeGroup layer is enabled

2013-04-02 Thread Junping Du (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13620528#comment-13620528
 ] 

Junping Du commented on HADOOP-9451:


Thanks Luke for review and comments. I thought unit test should be in common 
too. But TestNetworkTopology or TestNetworkTopologyWithNodeGroup are all in 
HDFS project now. Shall we move them to common?

 Node with one topology layer should be handled as fault topology when 
 NodeGroup layer is enabled
 

 Key: HADOOP-9451
 URL: https://issues.apache.org/jira/browse/HADOOP-9451
 Project: Hadoop Common
  Issue Type: Bug
  Components: net
Affects Versions: 1.1.2
Reporter: Junping Du
Assignee: Junping Du
 Attachments: HDFS-4652-branch1.patch, HDFS-4652.patch


 Currently, nodes with one layer topology are allowed to join in the cluster 
 that with enabling NodeGroup layer which cause some exception cases. 
 When NodeGroup layer is enabled, the cluster should assumes that at least two 
 layer (Rack/NodeGroup) is valid topology for each nodes, so should throw 
 exceptions for one layer node in joining.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira