Re: Cannot kill Pre-Commit jenkins builds

2019-02-14 Thread Vinod Kumar Vavilapalli
Done. Please see if it works for you. Thanks +Vinod > On Feb 14, 2019, at 1:12 PM, Arun Suresh wrote: > > Hello Vinod > > Kindly add me (asuresh) and Jonathan Hung as well.. > > Cheers > -Arun > > On Thu, Feb 14, 2019, 11:46 AM Vinod Kumar Vavilapalli > wrote: > P

[jira] [Created] (HADOOP-16112) fs.TrashPolicyDefault: can't create trash directory and race condition

2019-02-14 Thread Lisheng Sun (JIRA)
Lisheng Sun created HADOOP-16112: Summary: fs.TrashPolicyDefault: can't create trash directory and race condition Key: HADOOP-16112 URL: https://issues.apache.org/jira/browse/HADOOP-16112 Project: Had

Re: Including Original Author in git commits.

2019-02-14 Thread Aaron Fabbri
+1. I think formatted patches and PRs will be an improvement. I've used the git --committer thing a couple of times here without issue. Another unrelated improvement with github is handling of large changes. I really think large patches should be split up into logical subcommitts and PR's support

[jira] [Created] (HADOOP-16111) FileSystem.closeAllForUGI closes() filesystem in Sync block

2019-02-14 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-16111: --- Summary: FileSystem.closeAllForUGI closes() filesystem in Sync block Key: HADOOP-16111 URL: https://issues.apache.org/jira/browse/HADOOP-16111 Project: Hadoop C

Re: Cannot kill Pre-Commit jenkins builds

2019-02-14 Thread Arun Suresh
Hello Vinod Kindly add me (asuresh) and Jonathan Hung as well.. Cheers -Arun On Thu, Feb 14, 2019, 11:46 AM Vinod Kumar Vavilapalli wrote: > Plus Sunil / Wangda. > > Sunil found out some information - "Jenkins uses the Apache LDAP servers > for authentication. To give a committer access to Jen

Re: Cannot kill Pre-Commit jenkins builds

2019-02-14 Thread Vinod Kumar Vavilapalli
Plus Sunil / Wangda. Sunil found out some information - "Jenkins uses the Apache LDAP servers for authentication. To give a committer access to Jenkins, the committer must be made a member of the hudson-jobadmin group. This is done using the Whimsy Tool which all PMC Chairs can change." I've d

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

2019-02-14 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1047/ [Feb 13, 2019 2:50:57 AM] (yqlin) HDDS-1047. Fix TestRatisPipelineProvider#testCreatePipelineWithFactor. [Feb 13, 2019 3:16:04 AM] (yqlin) HADOOP-16097. Provide proper documentation for FairCallQueue. [Fe

Re: Including Original Author in git commits.

2019-02-14 Thread Steve Loughran
Yetus is adding support for github PRs, we can adopt it. There's already a github a/c for it (hadoop-yetus) and a goal of adopting the new Yetus. Be great to have people involved here On Thu, Feb 14, 2019 at 1:24 PM Vinayakumar B wrote: > So.. if we started doing that already.. we can encourage

Re: Including Original Author in git commits.

2019-02-14 Thread Vinayakumar B
So.. if we started doing that already.. we can encourage contributors to attach formatted patch.. or create PRs. And update wiki to follow exact steps to contribute and commit. -Vinay On Thu, 14 Feb 2019, 4:54 pm Steve Loughran I've been trying to do that recently, though as it forces me to go

Apache Hadoop qbt Report: branch2+JDK7 on Linux/x86

2019-02-14 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/232/ No changes -1 overall The following subsystems voted -1: asflicense findbugs hadolint pathlen unit xml The following subsystems voted -1 but were configured to be filtered/ignored: cc check

Re: Including Original Author in git commits.

2019-02-14 Thread Steve Loughran
I've been trying to do that recently, though as it forces me to go to the command line rather than using Atlassian Sourcetree, I've been getting other things wrong. To those people who have been dealing with commits I've managed to mess up: apologies. 1. Once someone is down as an author you don't

Re: Including Original Author in git commits.

2019-02-14 Thread Akira Ajisaka
Hi Vinay, I'm already doing this if I can get the original author name and the email address in some way. If the patch is created by git format-patch command, smart-apply-patch --committer option can do this automatically. Thanks, Akira On Thu, Feb 14, 2019 at 3:27 PM Vinayakumar B wrote: > > H