[jira] [Created] (HDFS-2094) Add metrics for write pipeline failures

2011-06-20 Thread Bharath Mundlapudi (JIRA)
Add metrics for write pipeline failures --- Key: HDFS-2094 URL: https://issues.apache.org/jira/browse/HDFS-2094 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.23.0 Reporter: Bhara

[jira] [Created] (HDFS-2093) 1073: Handle case where an entirely empty log is left during NN crash

2011-06-20 Thread Todd Lipcon (JIRA)
1073: Handle case where an entirely empty log is left during NN crash - Key: HDFS-2093 URL: https://issues.apache.org/jira/browse/HDFS-2093 Project: Hadoop HDFS Issue Type:

[jira] [Created] (HDFS-2092) Remove configuration object reference in DFSClient

2011-06-20 Thread Bharath Mundlapudi (JIRA)
Remove configuration object reference in DFSClient -- Key: HDFS-2092 URL: https://issues.apache.org/jira/browse/HDFS-2092 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client

[jira] [Resolved] (HDFS-2091) Hadoop does not scale as expected

2011-06-20 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-2091. --- Resolution: Invalid Hi Alberto. This is the bug tracker rather than a place for questions. You might

[jira] [Created] (HDFS-2091) Hadoop does not scale as expected

2011-06-20 Thread Alberto Andreotti (JIRA)
Hadoop does not scale as expected - Key: HDFS-2091 URL: https://issues.apache.org/jira/browse/HDFS-2091 Project: Hadoop HDFS Issue Type: Bug Environment: Linux, 8 nodes. Reporter: Alberto

Re: Problem with BackupNode?

2011-06-20 Thread André Oriani
Hi Ivan. I filled https://issues.apache.org/jira/browse/HDFS-2090 Regards, André On Mon, Jun 20, 2011 at 05:39, Ivan Kelly wrote: > ommit 27b956fa62ce9b467ab7dd287dd6dc**d5ab6a0cb3 > Author: Hairong Kuang > Date: Mon Apr 11 17:15:27 2011 + > > HDFS-1630. Support fsedits checksum. Con

[jira] [Created] (HDFS-2090) BackupNode fails when log is streamed due checksum error

2011-06-20 Thread JIRA
BackupNode fails when log is streamed due checksum error - Key: HDFS-2090 URL: https://issues.apache.org/jira/browse/HDFS-2090 Project: Hadoop HDFS Issue Type: Bug Components

[jira] [Created] (HDFS-2089) new hadoop-config.sh doesn't manage classpath for HADOOP_CONF_DIR correctly

2011-06-20 Thread Todd Lipcon (JIRA)
new hadoop-config.sh doesn't manage classpath for HADOOP_CONF_DIR correctly --- Key: HDFS-2089 URL: https://issues.apache.org/jira/browse/HDFS-2089 Project: Hadoop HDFS

[jira] [Created] (HDFS-2088) Move edits log archiving logic into FSEditLog/JournalManager

2011-06-20 Thread Todd Lipcon (JIRA)
Move edits log archiving logic into FSEditLog/JournalManager Key: HDFS-2088 URL: https://issues.apache.org/jira/browse/HDFS-2088 Project: Hadoop HDFS Issue Type: Sub-task

[jira] [Created] (HDFS-2087) Add methods to DataTransferProtocol interface

2011-06-20 Thread Tsz Wo (Nicholas), SZE (JIRA)
Add methods to DataTransferProtocol interface - Key: HDFS-2087 URL: https://issues.apache.org/jira/browse/HDFS-2087 Project: Hadoop HDFS Issue Type: Sub-task Components: data-node, hdfs c

[jira] [Created] (HDFS-2086) If the include hosts list contains host name, after restarting namenode, datanodes registrant is denied

2011-06-20 Thread Tanping Wang (JIRA)
If the include hosts list contains host name, after restarting namenode, datanodes registrant is denied Key: HDFS-2086 URL: https://issues.apache.org/jira/br

[jira] [Created] (HDFS-2085) 1073: finalize inprogress edit logs at startup

2011-06-20 Thread Todd Lipcon (JIRA)
1073: finalize inprogress edit logs at startup -- Key: HDFS-2085 URL: https://issues.apache.org/jira/browse/HDFS-2085 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Todd Lipcon

[jira] [Created] (HDFS-2084) Sometimes backup node/secondary name node stops with exception

2011-06-20 Thread Vitalii Tymchyshyn (JIRA)
Sometimes backup node/secondary name node stops with exception -- Key: HDFS-2084 URL: https://issues.apache.org/jira/browse/HDFS-2084 Project: Hadoop HDFS Issue Type: Bug

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

2011-06-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/701/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 1392969 lines...] [junit] 2011-06-20 12:57:08,598 INFO

Re: Problem with BackupNode?

2011-06-20 Thread Ivan Kelly
Hi Andre, Could you open a JIRA ticket for this. I think the fix should be quite straightforward. We just need to add checksum calculation when writing to the backup stream and either remove the reading of the version from the input side or add writing of the version on the output side. -Iva