Jenkins build is still unstable: Hadoop-Hdfs-trunk #941

2012-01-30 Thread Apache Jenkins Server
See

Hadoop-Hdfs-trunk - Build # 941 - Still Unstable

2012-01-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/941/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 12518 lines...] [INFO] [INFO] --- findbugs-maven-plugin:2

Jenkins build is still unstable: Hadoop-Hdfs-0.23-Build #154

2012-01-30 Thread Apache Jenkins Server
See

Hadoop-Hdfs-0.23-Build - Build # 154 - Still Unstable

2012-01-30 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/154/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 14414 lines...] [mkdir] Created dir: /home/jenki

[jira] [Created] (HDFS-2857) Cleanup BlockInfo class

2012-01-30 Thread Suresh Srinivas (Created) (JIRA)
Cleanup BlockInfo class --- Key: HDFS-2857 URL: https://issues.apache.org/jira/browse/HDFS-2857 Project: Hadoop HDFS Issue Type: Bug Components: name-node Affects Versions: 0.24.0 Reporter: Sures

[jira] [Created] (HDFS-2858) DFSUtil.getSuffixIDs silently ignores exception in NetUtils.createSocketAddr

2012-01-30 Thread Bikas Saha (Created) (JIRA)
DFSUtil.getSuffixIDs silently ignores exception in NetUtils.createSocketAddr Key: HDFS-2858 URL: https://issues.apache.org/jira/browse/HDFS-2858 Project: Hadoop HDFS

[jira] [Created] (HDFS-2859) LOCAL_ADDRESS_MATCHER.match has NPE when called from DFSUtil.getSuffixIDs when the host is incorrect

2012-01-30 Thread Bikas Saha (Created) (JIRA)
LOCAL_ADDRESS_MATCHER.match has NPE when called from DFSUtil.getSuffixIDs when the host is incorrect Key: HDFS-2859 URL: https://issues.apache.org/jira/browse/HDF

[jira] [Resolved] (HDFS-2691) HA: Tests and fixes for pipeline targets and replica recovery

2012-01-30 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-2691. --- Resolution: Fixed Fix Version/s: HA branch (HDFS-1623) Hadoop Flags: Reviewed Committed to

[jira] [Resolved] (HDFS-2811) HA: Client should fail if a failover occurs which switches block pool ID

2012-01-30 Thread Brandon Li (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Li resolved HDFS-2811. -- Resolution: Invalid As it was pointed out, the client should not be aware of the block pool ID, and eve

[jira] [Resolved] (HDFS-2824) HA: failover does not succeed if prior NN died just after creating an edit log segment

2012-01-30 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-2824. --- Resolution: Fixed Fix Version/s: HA branch (HDFS-1623) Hadoop Flags: Reviewed Committed to

[jira] [Resolved] (HDFS-2853) HA: NN fails to start if the shared edits dir is marked required

2012-01-30 Thread Eli Collins (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HDFS-2853. --- Resolution: Fixed Fix Version/s: HA branch (HDFS-1623) Target Version/s: (was: HA br

[jira] [Created] (HDFS-2860) HA: TestDFSRollback#testRollback is failing

2012-01-30 Thread Eli Collins (Created) (JIRA)
HA: TestDFSRollback#testRollback is failing --- Key: HDFS-2860 URL: https://issues.apache.org/jira/browse/HDFS-2860 Project: Hadoop HDFS Issue Type: Bug Components: ha Affects Versions: H

[jira] [Resolved] (HDFS-1287) Why TreeSet is used when collecting block information FSDataSet::getBlockReport

2012-01-30 Thread Tsz Wo (Nicholas), SZE (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-1287. -- Resolution: Not A Problem We do not use TreeSet in FSDataset now. This is no lo

[jira] [Created] (HDFS-2861) HA: checkpointing should verify that the dfs.http.address has been configured to a non-loopback for peer NN

2012-01-30 Thread Todd Lipcon (Created) (JIRA)
HA: checkpointing should verify that the dfs.http.address has been configured to a non-loopback for peer NN --- Key: HDFS-2861 URL: https://issues.apache.org/j

[jira] [Resolved] (HDFS-75) FSDataset.invalidate() throws IOException trying to delete a block which is not in the data-node blockMap

2012-01-30 Thread Tsz Wo (Nicholas), SZE (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE resolved HDFS-75. Resolution: Not A Problem It does not throw IOException now. This is no longer a prob

[jira] [Created] (HDFS-2862) Datanode classes should not directly use FSDataset

2012-01-30 Thread Tsz Wo (Nicholas), SZE (Created) (JIRA)
Datanode classes should not directly use FSDataset -- Key: HDFS-2862 URL: https://issues.apache.org/jira/browse/HDFS-2862 Project: Hadoop HDFS Issue Type: Improvement Components: data