[jira] [Resolved] (HADOOP-16449) Allow an empty credential provider chain, separate chains for S3 and DDB

2019-07-26 Thread Siddharth Seth (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth resolved HADOOP-16449. - Resolution: Won't Fix > Allow an empty credential provider chain, separate chains for

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

2019-07-26 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1209/ [Jul 25, 2019 2:54:46 PM] (31469764+bshashikant) HDDS-1749 : Ozone Client should randomize the list of nodes in pipeline [Jul 25, 2019 3:51:11 PM] (github) HDDS-1842. Implement S3 Abort MPU request to

[jira] [Created] (HADOOP-16464) S3Guard in auth mode doesn't raise AccessDeniedException on read of 0-byte file

2019-07-26 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-16464: --- Summary: S3Guard in auth mode doesn't raise AccessDeniedException on read of 0-byte file Key: HADOOP-16464 URL: https://issues.apache.org/jira/browse/HADOOP-16464

Re: [DISCUSS] Prefer JUnit5 for new tests

2019-07-26 Thread Steve Loughran
this is a silly question, but what is a "Junit 5 test"? We've been slowly adopting the assertJ APIs in new tests in hadoop-aws, and they work file in the older codebase, so even for existing tests we can advocate them. they're very good for making assertions about collections; very verbose for

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

2019-07-26 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-branch2-java7-linux-x86/394/ [Jul 26, 2019 12:54:27 AM] (iwasakims) HDFS-14135. TestWebHdfsTimeouts Fails intermittently in trunk. -1 overall The following subsystems voted -1: asflicense compile findbugs hadolint

[jira] [Resolved] (HADOOP-16461) Regression: FileSystem cache lock parses XML within the lock

2019-07-26 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-16461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-16461. - Resolution: Fixed +1, committed if this affects earlier branches, let me know & Ill

[jira] [Resolved] (HADOOP-9844) NPE when trying to create an error message response of SASL RPC

2019-07-26 Thread Akira Ajisaka (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira Ajisaka resolved HADOOP-9844. --- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 3.1.3

Re: [DISCUSS] Prefer JUnit5 for new tests

2019-07-26 Thread Vinod Kumar Vavilapalli
+1 if it is indeed possible to have both. Thanks +Vinod > On Jul 26, 2019, at 1:56 PM, Akira Ajisaka wrote: > > Hi folks, > > Now we are slowly migrating from JUnit4 to JUnit5. > https://issues.apache.org/jira/browse/HADOOP-14693 > > However, as Steve commented [1], if we are going to

[DISCUSS] Prefer JUnit5 for new tests

2019-07-26 Thread Akira Ajisaka
Hi folks, Now we are slowly migrating from JUnit4 to JUnit5. https://issues.apache.org/jira/browse/HADOOP-14693 However, as Steve commented [1], if we are going to migrate the existing tests, the backporting cost will become too expensive. Therefore, I'd like to recommend using JUnit5 for new