Hadoop-Hdfs-0.23-Commit - Build # 244 - Failure

2011-12-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Commit/244/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 38906 lines...] 1608 KB 1612 KB 1616 KB 162

Hadoop-Hdfs-trunk-Commit - Build # 1441 - Still Failing

2011-12-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1441/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7104 lines...] [INFO] [INFO] --- jspc-maven-plugi

Hadoop-Hdfs-trunk-Commit - Build # 1440 - Failure

2011-12-05 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/1440/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 95825 lines...] [INFO] [INFO] --- jspc-maven-plug

[jira] [Created] (HDFS-2634) Standby needs to ingest latest edit logs before transitioning to active`

2011-12-05 Thread Todd Lipcon (Created) (JIRA)
Standby needs to ingest latest edit logs before transitioning to active` Key: HDFS-2634 URL: https://issues.apache.org/jira/browse/HDFS-2634 Project: Hadoop HDFS Issue

[jira] [Created] (HDFS-2633) BPOfferService#isAlive is poorly named

2011-12-05 Thread Eli Collins (Created) (JIRA)
BPOfferService#isAlive is poorly named -- Key: HDFS-2633 URL: https://issues.apache.org/jira/browse/HDFS-2633 Project: Hadoop HDFS Issue Type: Improvement Components: data-node Affects Versio

[jira] [Created] (HDFS-2632) existing in_use.lock file is removed after failing to lock this file

2011-12-05 Thread Dan Bradley (Created) (JIRA)
existing in_use.lock file is removed after failing to lock this file Key: HDFS-2632 URL: https://issues.apache.org/jira/browse/HDFS-2632 Project: Hadoop HDFS Issue Type: Bu

Re: What does hdfs balancer do after adding more disks to existing datanode.

2011-12-05 Thread Ajit Ratnaparkhi
Hi, dfs data directory at a datanode stores blocks in following directory structure: All blocks are stored at location: /current/ This directory contains some blocks and some subdirectories named like 'subdir*' (eg. subdir0, subdir1, ... ,subdir33, ..,subdir63) To be precise, each directory in d

[jira] [Created] (HDFS-2631) Rewrite fuse-dfs to use the webhdfs protocol

2011-12-05 Thread Eli Collins (Created) (JIRA)
Rewrite fuse-dfs to use the webhdfs protocol Key: HDFS-2631 URL: https://issues.apache.org/jira/browse/HDFS-2631 Project: Hadoop HDFS Issue Type: Improvement Components: contrib/fuse-dfs

[jira] [Created] (HDFS-2630) Chance for Stream leakage in CompressorStream

2011-12-05 Thread HariSree (Created) (JIRA)
Chance for Stream leakage in CompressorStream - Key: HDFS-2630 URL: https://issues.apache.org/jira/browse/HDFS-2630 Project: Hadoop HDFS Issue Type: Bug Affects Versions: 0.23.0 Rep

Re: What does hdfs balancer do after adding more disks to existing datanode.

2011-12-05 Thread Harsh J
Ajit, Just move/merge subdirectories - its the easiest way to go about it and does no harm. For confidence, you can also fire up a test cluster and test out these things :) On 05-Dec-2011, at 2:59 PM, Ajit Ratnaparkhi wrote: > Hi, > > dfs data directory at a datanode stores blocks in followin