[jira] [Created] (HDFS-2868) Add number of active transfer threads to the DataNode metrics

2012-02-01 Thread Harsh J (Created) (JIRA)
Add number of active transfer threads to the DataNode metrics - Key: HDFS-2868 URL: https://issues.apache.org/jira/browse/HDFS-2868 Project: Hadoop HDFS Issue Type: Improvement

Jenkins build is back to stable : Hadoop-Hdfs-trunk #943

2012-02-01 Thread Apache Jenkins Server
See

Jenkins build is back to stable : Hadoop-Hdfs-0.23-Build #156

2012-02-01 Thread Apache Jenkins Server
See

[jira] [Created] (HDFS-2869) Error in Webhdfs documentation for mkdir

2012-02-01 Thread Harsh J (Created) (JIRA)
Error in Webhdfs documentation for mkdir Key: HDFS-2869 URL: https://issues.apache.org/jira/browse/HDFS-2869 Project: Hadoop HDFS Issue Type: Bug Components: documentation Affects Versio

[jira] [Resolved] (HDFS-2529) lastDeletedReport should be scoped to BPOfferService, not DN

2012-02-01 Thread Uma Maheswara Rao G (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uma Maheswara Rao G resolved HDFS-2529. --- Resolution: Duplicate Release Note: Since this is covered as part of HDFS-2560, d

[jira] [Created] (HDFS-2870) HA: Remove some INFO level logging accidentally left around

2012-02-01 Thread Todd Lipcon (Created) (JIRA)
HA: Remove some INFO level logging accidentally left around --- Key: HDFS-2870 URL: https://issues.apache.org/jira/browse/HDFS-2870 Project: Hadoop HDFS Issue Type: Sub-task C

[jira] [Resolved] (HDFS-2870) HA: Remove some INFO level logging accidentally left around

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

[jira] [Created] (HDFS-2871) Add a "no-block-delete" mode for use in recovery operations

2012-02-01 Thread Todd Lipcon (Created) (JIRA)
Add a "no-block-delete" mode for use in recovery operations --- Key: HDFS-2871 URL: https://issues.apache.org/jira/browse/HDFS-2871 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Created] (HDFS-2872) Add sanity checks during edits loading that generation stamps are non-decreasing

2012-02-01 Thread Todd Lipcon (Created) (JIRA)
Add sanity checks during edits loading that generation stamps are non-decreasing Key: HDFS-2872 URL: https://issues.apache.org/jira/browse/HDFS-2872 Project: Hadoop HDFS

[jira] [Created] (HDFS-2873) Add sanity check during image/edit loading that blocks aren't doubly referenced

2012-02-01 Thread Todd Lipcon (Created) (JIRA)
Add sanity check during image/edit loading that blocks aren't doubly referenced --- Key: HDFS-2873 URL: https://issues.apache.org/jira/browse/HDFS-2873 Project: Hadoop HDFS

a newbie question

2012-02-01 Thread Peter S
Hi Dev team, I am a newbie to HDFS. I just decide to use HDFS in my project and contributes patches to HDFS in the future. However, I am a bit confused about the different hadoop branches and code repo which blocks me to setup my local dev environment. I realize the version numbers are actually d

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

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

[jira] [Created] (HDFS-2874) HA: edit log should log to shared dirs before local dirs

2012-02-01 Thread Todd Lipcon (Created) (JIRA)
HA: edit log should log to shared dirs before local dirs Key: HDFS-2874 URL: https://issues.apache.org/jira/browse/HDFS-2874 Project: Hadoop HDFS Issue Type: Sub-task Compone

[jira] [Created] (HDFS-2875) Clean up LeaseManager#changeLease

2012-02-01 Thread Aaron T. Myers (Created) (JIRA)
Clean up LeaseManager#changeLease - Key: HDFS-2875 URL: https://issues.apache.org/jira/browse/HDFS-2875 Project: Hadoop HDFS Issue Type: Improvement Components: name-node Affects Versions: 0.24.0

[jira] [Created] (HDFS-2876) The unit tests (src/test/unit) are not being compiled and are not runnable

2012-02-01 Thread Eli Collins (Created) (JIRA)
The unit tests (src/test/unit) are not being compiled and are not runnable -- Key: HDFS-2876 URL: https://issues.apache.org/jira/browse/HDFS-2876 Project: Hadoop HDFS Is

[jira] [Created] (HDFS-2877) If locking of a storage dir fails, it will remove the other NN's lock file on exit

2012-02-01 Thread Todd Lipcon (Created) (JIRA)
If locking of a storage dir fails, it will remove the other NN's lock file on exit -- Key: HDFS-2877 URL: https://issues.apache.org/jira/browse/HDFS-2877 Project: Hadoop

[jira] [Resolved] (HDFS-2876) The unit tests (src/test/unit) are not being compiled and are not runnable

2012-02-01 Thread Todd Lipcon (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-2876. --- Resolution: Duplicate > The unit tests (src/test/unit) are not being compiled and are not runnable

Re: a newbie question

2012-02-01 Thread Harsh J
Peter, (Inline) On Thu, Feb 2, 2012 at 3:06 AM, Peter S wrote: > I realize the version numbers are actually different branches, e.g. > branch-0.21, branch-0.22, branch-0.23, and trunk. I am wondering which > branch should I use and develop on? Which one is most stable? All new work is to go to

Re: a newbie question

2012-02-01 Thread Peter S
Hi Harsh, Thanks a lot for the reply. Some questions are inline. On Wed, Feb 1, 2012 at 8:31 PM, Harsh J wrote: > Peter, > > (Inline) > > On Thu, Feb 2, 2012 at 3:06 AM, Peter S wrote: > > I realize the version numbers are actually different branches, e.g. > > branch-0.21, branch-0.22, branch

Re: a newbie question

2012-02-01 Thread Harsh J
Hi, On Thu, Feb 2, 2012 at 10:15 AM, Peter S wrote: > Hi Harsh, > > Thanks a lot for the reply.  Some questions are inline. > > On Wed, Feb 1, 2012 at 8:31 PM, Harsh J wrote: > >> Peter, >> >> (Inline) >> >> On Thu, Feb 2, 2012 at 3:06 AM, Peter S wrote: >> > I realize the version numbers are a

Re: a newbie question

2012-02-01 Thread Peter S
Clear enough for me to understand. Thanks a lot, Harsh! Peter On Wed, Feb 1, 2012 at 9:05 PM, Harsh J wrote: > Hi, > > On Thu, Feb 2, 2012 at 10:15 AM, Peter S wrote: > > Hi Harsh, > > > > Thanks a lot for the reply. Some questions are inline. > > > > On Wed, Feb 1, 2012 at 8:31 PM, Harsh J