Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-06-10 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/59/ [Jun 10, 2016 10:15:36 AM] (aajisaka) MAPREDUCE-6741. Refactor UncompressedSplitLineReader.fillBuffer(). [Jun 10, 2016 4:02:28 PM] (aw) HDFS-7987. Allow files / directories to be moved (Ravi Prakash via aw)

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Karthik Kambatla
I would like to understand the trunk-incompat part of the proposal a little better. Is trunk-incompat always going to be a superset of trunk? If yes, is it just a change in naming convention with a hope that our approach to trunk stability changes as Sangjin mentioned? Or, is it okay for trunk-in

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Andrew Wang
Let me try to clarify a few points, since not everyone might have been present for the previous emails. On the "Looking to a Hadoop 3 release" thread, we already reached consensus on doing releases from trunk. People didn't want to have to commit to another branch, and wanted to try releasing from

[jira] [Created] (HDFS-10516) Fix bug when warming up multiple EDEKs

2016-06-10 Thread Xiao Chen (JIRA)
Xiao Chen created HDFS-10516: Summary: Fix bug when warming up multiple EDEKs Key: HDFS-10516 URL: https://issues.apache.org/jira/browse/HDFS-10516 Project: Hadoop HDFS Issue Type: Bug

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Sangjin Lee
Thanks for your thoughts Anu. Regarding your question > And then comes the question, once 3.0 becomes official, where do we > check-in a change, if that would break something? so this will lead us > back to trunk being the unstable – 3.0 being the new “branch-2”. Andrew mentioned in the origin

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

2016-06-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/1333/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6221 lines...] [INFO] [INFO] --- maven-enforcer-pl

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

2016-06-10 Thread Apache Jenkins Server
See Changes: [aajisaka] HADOOP-13213. Small Documentation bug with AuthenticatedURL in -- [...truncated 6024 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.54

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Anu Engineer
I actively work on two branches (Diskbalancer and ozone) and I agree with most of what Sangjin said. There is an overhead in working with branches, there are both technical costs and administrative issues which discourages developers from using branches. I think the biggest issue with branch b

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

2016-06-10 Thread Apache Jenkins Server
See Changes: [wangda] YARN-3426. Add jdiff support to YARN. (vinodkv via wangda) [jing9] HADOOP-13249. RetryInvocationHandler need wrap InterruptedException in -- [...truncated 6007 line

Hadoop-Hdfs-trunk-Java8 - Build # 1332 - Failure

2016-06-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/1332/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6204 lines...] [INFO] [INFO] --- maven-enforcer-pl

Re: Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-06-10 Thread Chris Nauroth
Interestingly, that FindBugs warning in hadoop-azure-datalake was not flagged during pre-commit before I committed HADOOP-12666. I'm going to propose that we address it in scope of HADOOP-12875. --Chris Nauroth On 6/10/16, 10:30 AM, "Apache Jenkins Server" wrote: >For more details, see >htt

Jenkins build is back to normal : Hadoop-Hdfs-trunk-Java8 #1331

2016-06-10 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Sangjin Lee
Having worked on a major feature in a feature branch, I have some thoughts and observations on feature branch development. IMO feature branch development v. direct commits to trunk in piecemeal is really a choice of *granularity*. Do we want a series of fine-grained state changes on trunk or fewer

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-06-10 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/58/ No changes -1 overall The following subsystems voted -1: findbugs unit The following subsystems voted -1 but were configured to be filtered/ignored: cc checkstyle javac javadoc pylint shellche

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Zhe Zhang
Thanks for the notes Andrew, Junping, Karthik. Here are some of my understandings: - Trunk is the "latest and greatest" of Hadoop. If a user starts using Hadoop today, without legacy workloads, trunk is what he/she should use. - Therefore, each commit to trunk should be transactional -- atomic, c

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Karthik Kambatla
Inline. On Fri, Jun 10, 2016 at 6:56 AM, Junping Du wrote: > Comparing with advantages, I believe the disadvantages of shipping any > releases directly from trunk are more obvious and significant: > - A lot of commits (incompatible, risky, uncompleted feature, etc.) have > to wait to commit to t

[jira] [Created] (HDFS-10515) libhdfs++: Implement mkdirs, rmdir, rename, and remove

2016-06-10 Thread Anatoli Shein (JIRA)
Anatoli Shein created HDFS-10515: Summary: libhdfs++: Implement mkdirs, rmdir, rename, and remove Key: HDFS-10515 URL: https://issues.apache.org/jira/browse/HDFS-10515 Project: Hadoop HDFS Is

Re: [DISCUSS] Increased use of feature branches

2016-06-10 Thread Junping Du
Comparing with advantages, I believe the disadvantages of shipping any releases directly from trunk are more obvious and significant: - A lot of commits (incompatible, risky, uncompleted feature, etc.) have to wait to commit to trunk or put into a separated branch that could delay feature develo

[jira] [Reopened] (HDFS-5805) TestCheckpoint.testCheckpoint fails intermittently on branch2

2016-06-10 Thread Eric Badger (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-5805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Badger reopened HDFS-5805: --- I've been able to get this test to fail consistently about 1/3 of the time on my local cluster. I checked

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

2016-06-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/1330/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7126 lines...] [INFO] [INFO] --- maven-enforcer-pl

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

2016-06-10 Thread Apache Jenkins Server
See Changes: [aajisaka] MAPREDUCE-6741. Refactor UncompressedSplitLineReader.fillBuffer(). -- [...truncated 6929 lines...] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2016-06-10 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/57/ [Jun 9, 2016 4:28:49 PM] (stevel) HADOOP-13237: s3a initialization against public bucket fails if caller [Jun 9, 2016 7:30:58 PM] (vinodkv) YARN-5191. Renamed the newly added “download=true” option for