Re: Planning Hadoop 2.6.1 release

2015-08-14 Thread Vinod Kumar Vavilapalli
To clarify, there is already a branch-2.6.1 created separately. So, if you want something in 2.6.2, you can continue putting it in branch-2.6. But no 2.6.1 related commits please. Thanks +Vinod > On Aug 14, 2015, at 12:09 PM, Vinod Kumar Vavilapalli > wrote: > > Everyone, > > Please stop co

Re: Planning Hadoop 2.6.1 release

2015-08-14 Thread Vinod Kumar Vavilapalli
Everyone, Please stop committing to 2.6.1 (branch-2.6 or branch-2.6.1), we have a fairly elaborate parallel release-process going on for 2.6.1 (with me / Akira and Sangjin participating offline) and any outside cherry-picks are going to disrupt our progress. If you want something added to 2.6.

[jira] [Created] (HDFS-8899) Erasure Coding: use threadpool for EC recovery tasks

2015-08-14 Thread Rakesh R (JIRA)
Rakesh R created HDFS-8899: -- Summary: Erasure Coding: use threadpool for EC recovery tasks Key: HDFS-8899 URL: https://issues.apache.org/jira/browse/HDFS-8899 Project: Hadoop HDFS Issue Type: Sub-ta

Re: Hadoop 2.6.1 Release process thread

2015-08-14 Thread Chris Nauroth
The HADOOP-10786 patch is compatible with JDK 6. This was a point of discussion during the original development of the patch. If you'd like full details, please see the comments there. Like Akira, I also confirmed that the new test works correctly when running with JDK 6. Thanks! --Chris Nauro

Re: Hadoop 2.6.1 Release process thread

2015-08-14 Thread Akira AJISAKA
Good point. I ran the regression test in HADOOP-10786 successfully on "ajisakaa/common-merge" branch with JDK6. I'll run all the unit tests against JDK6 locally after merging all the jiras. Thanks, Akira On 8/14/15 23:21, Allen Wittenauer wrote: I hope someone tests this against JDK6, othe

[jira] [Created] (HDFS-8898) Create API and command-line argument to get quota without need to get file and directory counts

2015-08-14 Thread Joep Rottinghuis (JIRA)
Joep Rottinghuis created HDFS-8898: -- Summary: Create API and command-line argument to get quota without need to get file and directory counts Key: HDFS-8898 URL: https://issues.apache.org/jira/browse/HDFS-8898

[jira] [Created] (HDFS-8897) Loadbalancer

2015-08-14 Thread LINTE (JIRA)
LINTE created HDFS-8897: --- Summary: Loadbalancer Key: HDFS-8897 URL: https://issues.apache.org/jira/browse/HDFS-8897 Project: Hadoop HDFS Issue Type: Bug Components: balancer & mover Affe

Hadoop-Hdfs-trunk-Java8 - Build # 276 - Still Failing

2015-08-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/276/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7936 lines...] [INFO] Not executing Javadoc as the p

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #276

2015-08-14 Thread Apache Jenkins Server
See Changes: [aw] HADOOP-12244. recover broken rebase during precommit (aw) [arp] HDFS-7649. Multihoming docs should emphasize using hostnames in configurations. (Contributed by Brahma Reddy Battula) [jianhe] YARN-4005. Comple

Build failed in Jenkins: Hadoop-Hdfs-trunk #2214

2015-08-14 Thread Apache Jenkins Server
See Changes: [aw] HADOOP-12244. recover broken rebase during precommit (aw) [arp] HDFS-7649. Multihoming docs should emphasize using hostnames in configurations. (Contributed by Brahma Reddy Battula) [jianhe] YARN-4005. Completed c

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

2015-08-14 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2214/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7363 lines...] [INFO] Skipping javadoc generation [INFO]

Re: Hadoop 2.6.1 Release process thread

2015-08-14 Thread Allen Wittenauer
I hope someone tests this against JDK6, otherwise this is an incompatible change. On Aug 12, 2015, at 2:21 PM, Chris Nauroth wrote: > I've just applied the 2.6.1-candidate label to HADOOP-10786. Since this > is somewhat late in the process, I thought I'd better follow up over email > too. >

[jira] [Created] (HDFS-8896) DataNode object isn't GCed when shutdown, because it has GC root in ShutdownHookManager

2015-08-14 Thread Walter Su (JIRA)
Walter Su created HDFS-8896: --- Summary: DataNode object isn't GCed when shutdown, because it has GC root in ShutdownHookManager Key: HDFS-8896 URL: https://issues.apache.org/jira/browse/HDFS-8896 Project: Ha

Re: Hadoop 2.6.1 Release process thread

2015-08-14 Thread Vinayakumar B
1. HDFS-7446 : HDFS inotify should have the ability to determine what txid it has read up to This is also marked for 2.6.1, but this changes the client protocol and protobuf messages. Please confirm whether this is Compatible change with 2.

Re: Planning Hadoop 2.6.1 release

2015-08-14 Thread Vinayakumar B
FYI, Some of the issues in https://wiki.apache.org/hadoop/Release-2.6.1-Working-Notes are already merged in 2.6.1. Regards, Vinay On Fri, Aug 14, 2015 at 12:43 PM, Sangjin Lee wrote: > HDFS-8850 is a fix for > VolumeScanner which was added to

Re: Planning Hadoop 2.6.1 release

2015-08-14 Thread Sangjin Lee
HDFS-8850 is a fix for VolumeScanner which was added to 2.7 (HDFS-7430 ). I don't see it applicable to 2.6. Could you please confirm? Thanks, Sangjin On Wed, Aug 5, 2015 at 2:34 PM, Sean Busbey wro