PreCommit-HDFS-Build stuck

2012-08-22 Thread Kihwal Lee
#3073 is stuck. It has been saying its running TestHASafMode for more than three hours. It's not timing out. Can Somebody with a Jenkins access please bounce this?

[jira] [Created] (HDFS-3845) Fixes for edge cases in QJM recovery protocol

2012-08-22 Thread Todd Lipcon (JIRA)
Todd Lipcon created HDFS-3845: - Summary: Fixes for edge cases in QJM recovery protocol Key: HDFS-3845 URL: https://issues.apache.org/jira/browse/HDFS-3845 Project: Hadoop HDFS Issue Type: Sub-tas

[jira] [Created] (HDFS-3844) Add @Override where necessary and remove unnecessary {@inheritdoc} and imports

2012-08-22 Thread Jing Zhao (JIRA)
Jing Zhao created HDFS-3844: --- Summary: Add @Override where necessary and remove unnecessary {@inheritdoc} and imports Key: HDFS-3844 URL: https://issues.apache.org/jira/browse/HDFS-3844 Project: Hadoop HDFS

[jira] [Created] (HDFS-3843) Large dist cache can block tasktracker heartbeat

2012-08-22 Thread Robert Joseph Evans (JIRA)
Robert Joseph Evans created HDFS-3843: - Summary: Large dist cache can block tasktracker heartbeat Key: HDFS-3843 URL: https://issues.apache.org/jira/browse/HDFS-3843 Project: Hadoop HDFS

[jira] [Created] (HDFS-3842) HDFS-3672 broke TestCombineFileInputFormat.testMissingBlocks() test

2012-08-22 Thread Alejandro Abdelnur (JIRA)
Alejandro Abdelnur created HDFS-3842: Summary: HDFS-3672 broke TestCombineFileInputFormat.testMissingBlocks() test Key: HDFS-3842 URL: https://issues.apache.org/jira/browse/HDFS-3842 Project: Hado

[jira] [Created] (HDFS-3841) Port HDFS-3835 to branch-0.23

2012-08-22 Thread Robert Joseph Evans (JIRA)
Robert Joseph Evans created HDFS-3841: - Summary: Port HDFS-3835 to branch-0.23 Key: HDFS-3841 URL: https://issues.apache.org/jira/browse/HDFS-3841 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-3840) JournalNodes log JournalNotFormattedException backtrace error before being formatted

2012-08-22 Thread Stephen Chu (JIRA)
Stephen Chu created HDFS-3840: - Summary: JournalNodes log JournalNotFormattedException backtrace error before being formatted Key: HDFS-3840 URL: https://issues.apache.org/jira/browse/HDFS-3840 Project: H

[jira] [Resolved] (HDFS-3839) QJM: hadoop-daemon.sh should be updated to accept "journalnode"

2012-08-22 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HDFS-3839. --- Resolution: Fixed Fix Version/s: QuorumJournalManager (HDFS-3077) Target Version/s:

[jira] [Created] (HDFS-3839) QJM: hadoop-daemon.sh should be updated to accept "journalnode"

2012-08-22 Thread Eli Collins (JIRA)
Eli Collins created HDFS-3839: - Summary: QJM: hadoop-daemon.sh should be updated to accept "journalnode" Key: HDFS-3839 URL: https://issues.apache.org/jira/browse/HDFS-3839 Project: Hadoop HDFS

[jira] [Resolved] (HDFS-3837) Fix DataNode.recoverBlock findbugs warning

2012-08-22 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HDFS-3837. --- Resolution: Fixed Fix Version/s: 2.2.0-alpha Target Version/s: (was: 2.2.0-alpha)

[jira] [Created] (HDFS-3838) fix the typo in FSEditLog.java: isToterationEnabled should be isTolerationEnabled

2012-08-22 Thread Brandon Li (JIRA)
Brandon Li created HDFS-3838: Summary: fix the typo in FSEditLog.java: isToterationEnabled should be isTolerationEnabled Key: HDFS-3838 URL: https://issues.apache.org/jira/browse/HDFS-3838 Project: Hadoo

[jira] [Resolved] (HDFS-3836) Fix findbugs warnings in Datanode

2012-08-22 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HDFS-3836. --- Resolution: Duplicate Duplicate of HDFS-3837. > Fix findbugs warnings in Data

[jira] [Created] (HDFS-3837) Fix DataNode.recoverBlock findbugs warning

2012-08-22 Thread Eli Collins (JIRA)
Eli Collins created HDFS-3837: - Summary: Fix DataNode.recoverBlock findbugs warning Key: HDFS-3837 URL: https://issues.apache.org/jira/browse/HDFS-3837 Project: Hadoop HDFS Issue Type: Bug Af

[jira] [Created] (HDFS-3836) Fix findbugs warnings in Datanode

2012-08-22 Thread Suresh Srinivas (JIRA)
Suresh Srinivas created HDFS-3836: - Summary: Fix findbugs warnings in Datanode Key: HDFS-3836 URL: https://issues.apache.org/jira/browse/HDFS-3836 Project: Hadoop HDFS Issue Type: Bug Aff

Build failed in Jenkins: Hadoop-Hdfs-trunk #1142

2012-08-22 Thread Apache Jenkins Server
See Changes: [sseth] YARN-22. Fix ContainerLogs to work if the log-dir is specified as a URI. (Contributed by Mayank Bansal) [suresh] HDFS-3827. TestHASafeMode#assertSafemode method should be made static. Contributed by Jing Zhao

Hadoop-Hdfs-trunk - Build # 1142 - Still Failing

2012-08-22 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1142/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 3 lines...] Running org.apache.hadoop.fs.viewfs.TestV

Re: What about over-replicated blocks in HDFS?

2012-08-22 Thread Harsh J
Ajit, NameNode takes care of over-replication situations, and you needn't have to worry about over-replicated blocks or do anything manually. On Wed, Aug 22, 2012 at 12:58 PM, Ajit Ratnaparkhi wrote: > Hi, > > This is about case where HDFS has some data blocks which are > over-replicated. > > Sc