[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13906864#comment-13906864 ] Hudson commented on HDFS-5483: -- SUCCESS: Integrated in Hadoop-Yarn-trunk #487 (See

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13906969#comment-13906969 ] Hudson commented on HDFS-5483: -- SUCCESS: Integrated in Hadoop-Hdfs-trunk #1679 (See

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13907020#comment-13907020 ] Hudson commented on HDFS-5483: -- SUCCESS: Integrated in Hadoop-Mapreduce-trunk #1704 (See

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-19 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13906079#comment-13906079 ] Chris Nauroth commented on HDFS-5483: - Hi Arpit, This patch looks good. Just one

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-19 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13906351#comment-13906351 ] Arpit Agarwal commented on HDFS-5483: - Thanks Chris, will commit on Jenkins +1! NN

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-19 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13906442#comment-13906442 ] Hadoop QA commented on HDFS-5483: - {color:green}+1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13906527#comment-13906527 ] Hudson commented on HDFS-5483: -- SUCCESS: Integrated in Hadoop-trunk-Commit #5193 (See

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-02-19 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13906584#comment-13906584 ] Hadoop QA commented on HDFS-5483: - {color:red}-1 overall{color}. Here are the results of

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-01-10 Thread Eric Sirianni (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13867939#comment-13867939 ] Eric Sirianni commented on HDFS-5483: - Arpit - I applied the patch in our environment

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-01-09 Thread Eric Sirianni (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13867031#comment-13867031 ] Eric Sirianni commented on HDFS-5483: - This {{BLOCK_RECEIVED}} code path appears to

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-01-09 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13867075#comment-13867075 ] Arpit Agarwal commented on HDFS-5483: - {{BlockInfo#addStorage}} checks for it. {code}

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-01-09 Thread Eric Sirianni (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13867102#comment-13867102 ] Eric Sirianni commented on HDFS-5483: - OK - thanks, missed that guard. {code} boolean

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-01-08 Thread Eric Sirianni (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865782#comment-13865782 ] Eric Sirianni commented on HDFS-5483: - Arpit - I noticed that the supplied patch only

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2014-01-08 Thread Arpit Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13865965#comment-13865965 ] Arpit Agarwal commented on HDFS-5483: - Eric, the blockreceived path won't assert since

[jira] [Commented] (HDFS-5483) NN should gracefully handle multiple block replicas on same DN

2013-12-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13852552#comment-13852552 ] Hadoop QA commented on HDFS-5483: - {color:green}+1 overall{color}. Here are the results of