[jira] Created: (HDFS-900) Corrupt replicas are not tracked correctly through block report from DN

2010-01-13 Thread Todd Lipcon (JIRA)
Corrupt replicas are not tracked correctly through block report from DN --- Key: HDFS-900 URL: https://issues.apache.org/jira/browse/HDFS-900 Project: Hadoop HDFS Issue Type

[jira] Created: (HDFS-899) Delegation Token Implementation

2010-01-13 Thread Jitendra Nath Pandey (JIRA)
Delegation Token Implementation --- Key: HDFS-899 URL: https://issues.apache.org/jira/browse/HDFS-899 Project: Hadoop HDFS Issue Type: New Feature Reporter: Jitendra Nath Pandey This jira tracks im

[jira] Created: (HDFS-898) Sequential generation of block ids

2010-01-13 Thread Konstantin Shvachko (JIRA)
Sequential generation of block ids -- Key: HDFS-898 URL: https://issues.apache.org/jira/browse/HDFS-898 Project: Hadoop HDFS Issue Type: Improvement Components: name-node Affects Versions: 0.20.1

Re: libhdfs install error

2010-01-13 Thread Eli Collins
>            Any idea of what is wrong in the process? I'd build using ant: ant -Dcompile.c++=true -Dlibhdfs=true compile-c++-libhdfs Thanks, Eli

[jira] Reopened: (HDFS-520) Create new tests for block recovery

2010-01-13 Thread Hairong Kuang (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hairong Kuang reopened HDFS-520: I am reopening this. Block recovery leads to the truncation of data thus has the risk of losing data. Ma

[jira] Created: (HDFS-897) ReplicasMap remove has a bug in generation stamp comparison

2010-01-13 Thread Suresh Srinivas (JIRA)
ReplicasMap remove has a bug in generation stamp comparison --- Key: HDFS-897 URL: https://issues.apache.org/jira/browse/HDFS-897 Project: Hadoop HDFS Issue Type: Bug Componen

[jira] Created: (HDFS-896) Support flush in HDFS

2010-01-13 Thread Hairong Kuang (JIRA)
Support flush in HDFS - Key: HDFS-896 URL: https://issues.apache.org/jira/browse/HDFS-896 Project: Hadoop HDFS Issue Type: New Feature Components: hdfs client Affects Versions: 0.22.0 Reporter: H

Synchronization problem in FSNameSystemMetrics

2010-01-13 Thread Zlatin.Balevsky
Hello all, Unless I'm missing something, the synchronization in FSNameSystemMetrics on the 0.20 does not appear correct. It locks on itself while pulling various metrics from the FSNameSystem object. For example, FSNameSystem.getBlocksTotal() delegates to BlocksMap.size() which delegates to the

[jira] Created: (HDFS-895) Allow hflush/sync to occur in parallel with new writes to the file

2010-01-13 Thread dhruba borthakur (JIRA)
Allow hflush/sync to occur in parallel with new writes to the file -- Key: HDFS-895 URL: https://issues.apache.org/jira/browse/HDFS-895 Project: Hadoop HDFS Issue Type: Improvem

libhdfs install error

2010-01-13 Thread Gokulakannan M
Hi, I am trying to install libhdfs for Scribe-HDFS integration. I am using hadoop0.20.1in SUSE linux 10 sp 2 . These are the steps I follow. in hadoop/src/c++/libhdfs ./configure --enable-static --disable-shared