[jira] [Created] (HDFS-5094) Add Metrics in DFSClient

2013-08-14 Thread LiuLei (JIRA)
LiuLei created HDFS-5094: Summary: Add Metrics in DFSClient Key: HDFS-5094 URL: https://issues.apache.org/jira/browse/HDFS-5094 Project: Hadoop HDFS Issue Type: Task Components: hdfs-client

[jira] [Created] (HDFS-5095) Using JournalNode IP as name of IPCLoggerChannel metrics record

2013-08-14 Thread LiuLei (JIRA)
LiuLei created HDFS-5095: Summary: Using JournalNode IP as name of IPCLoggerChannel metrics record Key: HDFS-5095 URL: https://issues.apache.org/jira/browse/HDFS-5095 Project: Hadoop HDFS Issue Type

Hadoop-Hdfs-0.23-Build - Build # 699 - Still Failing

2013-08-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/699/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7867 lines...] [ERROR] symbol : method setUnfinishe

Build failed in Jenkins: Hadoop-Hdfs-0.23-Build #699

2013-08-14 Thread Apache Jenkins Server
See Changes: [jlowe] YARN-543. Shared data structures in Public Localizer and Private Localizer are not Thread safe. Contributed by Omkar Vinit Joshi and Mit Desai [jlowe] YARN-1036. Distributed Cache gives inconsistent result i

Re: [VOTE] Release Apache Hadoop 2.0.6-alpha

2013-08-14 Thread Alejandro Abdelnur
OK: * verified MD5 * verified signature * expanded source tar and did a build * configured pseudo cluster and run a couple of example MR jobs * did a few HTTP calls to HTTFS NOT OK: * CHANGES.txt files have 2.0.6 as UNRELEASED, they should have the date the RC vote ends * 'mvn apache-rat:check' fa

[UPDATE 2] Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-14 Thread Alejandro Abdelnur
I've filed https://issues.apache.org/jira/browse/HADOOP-9872 addressing the following: - - handles protoc version correctly independently of the exit code - if HADOOP_PROTOC_PATH env var is defined, it uses it as the protoc executable * if HADOOP_PROTOC_PATH is not defined, it pi

[jira] [Created] (HDFS-5096) Automatically cache new data added to a cached path

2013-08-14 Thread Andrew Wang (JIRA)
Andrew Wang created HDFS-5096: - Summary: Automatically cache new data added to a cached path Key: HDFS-5096 URL: https://issues.apache.org/jira/browse/HDFS-5096 Project: Hadoop HDFS Issue Type: S

[jira] [Resolved] (HDFS-3656) ZKFC may write a null "breadcrumb" znode

2013-08-14 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-3656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon resolved HDFS-3656. --- Resolution: Duplicate Target Version/s: (was: ) Yep, I think you're right. Thanks.

[UPDATE 3] Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-14 Thread Alejandro Abdelnur
test-patch came back. I'll commit to trunk and all "2" branches. Once done I'll send an email indicating new protoc is required for development. Thanks. On Wed, Aug 14, 2013 at 10:51 AM, Alejandro Abdelnur wrote: > I've filed https://issues.apache.org/jira/browse/HADOOP-9872 addressing > the

[ACTION NEEDED]: protoc 2.5.0 in trunk/branch-2/branch-2.1-beta/branch-2.1.0-beta

2013-08-14 Thread Alejandro Abdelnur
Following up on this. HADOOP-9845 & HADOOP-9872 have been committed to trunk/branch-2/branch-2.1-beta/branch-2.1.0-beta. All Hadoop developers must install protoc 2.5.0 in their development machines for the build to run. All Hadoop jenkins boxes are using protoc 2.5.0 The BUILDING.txt file has

Re: [ACTION NEEDED]: protoc 2.5.0 in trunk/branch-2/branch-2.1-beta/branch-2.1.0-beta

2013-08-14 Thread Alejandro Abdelnur
forgot to add: A big thanks to Rajiv and Giri for helping out with the changes in the Jenkins boxes. On Wed, Aug 14, 2013 at 4:03 PM, Alejandro Abdelnur wrote: > Following up on this. > > HADOOP-9845 & HADOOP-9872 have been committed > to trunk/branch-2/branch-2.1-beta/branch-2.1.0-beta. > > All

[jira] [Created] (HDFS-5097) TestDoAsEffectiveUser can fail on JDK 7

2013-08-14 Thread Aaron T. Myers (JIRA)
Aaron T. Myers created HDFS-5097: Summary: TestDoAsEffectiveUser can fail on JDK 7 Key: HDFS-5097 URL: https://issues.apache.org/jira/browse/HDFS-5097 Project: Hadoop HDFS Issue Type: Bug

[jira] [Created] (HDFS-5098) Enhance FileSystem.Statistics to have locality information

2013-08-14 Thread Bikas Saha (JIRA)
Bikas Saha created HDFS-5098: Summary: Enhance FileSystem.Statistics to have locality information Key: HDFS-5098 URL: https://issues.apache.org/jira/browse/HDFS-5098 Project: Hadoop HDFS Issue Ty

[jira] [Created] (HDFS-5099) Namenode#copyEditLogSegmentsToSharedDir should close EditLogInputStreams upon finishing

2013-08-14 Thread Chuan Liu (JIRA)
Chuan Liu created HDFS-5099: --- Summary: Namenode#copyEditLogSegmentsToSharedDir should close EditLogInputStreams upon finishing Key: HDFS-5099 URL: https://issues.apache.org/jira/browse/HDFS-5099 Project: Ha

[jira] [Created] (HDFS-5100) TestNamenodeRetryCache fails on Windows due to incorrect cleanup

2013-08-14 Thread Chuan Liu (JIRA)
Chuan Liu created HDFS-5100: --- Summary: TestNamenodeRetryCache fails on Windows due to incorrect cleanup Key: HDFS-5100 URL: https://issues.apache.org/jira/browse/HDFS-5100 Project: Hadoop HDFS Iss

[jira] [Resolved] (HDFS-4632) globStatus using backslash for escaping does not work on Windows

2013-08-14 Thread Chris Nauroth (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth resolved HDFS-4632. - Resolution: Fixed Fix Version/s: 2.1.1-beta 3.0.0 I've committed this to