Jenkins build is back to normal : Hadoop-common-trunk-Java8 #534

2015-10-13 Thread Apache Jenkins Server
See

Re: [DISCUSS] About the details of JDK-8 support

2015-10-13 Thread Tsuyoshi Ozawa
Thank you for sharing lots information and joining discussion. About the runtime support of JDK-8, let's describe it on wiki. It would be great for users to clarify which JDK version they should use. It's also useful to describe to use "1.8.0_40 or above" explicitly. Andrew, Elliott, could you

Build failed in Jenkins: Hadoop-Common-trunk #1833

2015-10-13 Thread Apache Jenkins Server
See Changes: [vinayakumarb] HDFS-9224. TestFileTruncate fails intermittently with BindException -- [...truncated 5361 lines...] Running org.apache.hadoop.io.TestTextNonUTF8 Tests run: 1,

Jenkins build is back to normal : Hadoop-Common-trunk #1834

2015-10-13 Thread Apache Jenkins Server
See

Re: [DISCUSS] About the details of JDK-8 support

2015-10-13 Thread Jean-Baptiste Note
Hi, As far as security is concerned we (Criteo) are using CDH5 with JDK8 in production with security enabled. We reported some gripes with some specific java versions: https://issues.cloudera.org/browse/DISTRO-732 I would bump the dependency to _u51 or later; _u40 _u45 do have a lot of problems

Re: [DISCUSS] About the details of JDK-8 support

2015-10-13 Thread Vinod Vavilapalli
If you see the community discussion thread on 2.8, my proposal was to support *both* JDK 7 and JDK 8 first. The last time we had discussion about dropping JDKs it wasn’t fun, so let’s not go there for now. In terms of runtime support for JDK 8, yes, there is vast evidence that things already

Re: [DISCUSS] About the details of JDK-8 support

2015-10-13 Thread Haohui Mai
Just to echo Steve's idea -- if we're seriously considering supporting JDK 8, maybe the first thing to do is to set up the jenkins to run with JDK 8? I'm happy to help. Does anyone know who I can talk to if I need to play around with all the Jenkins knob? ~Haohui On Tue, Oct 13, 2015 at 8:24 AM,

Re: [DISCUSS] About the details of JDK-8 support

2015-10-13 Thread Kihwal Lee
sun.security.krb5.KrbApReq was creating a static MD5 digest object and not synchronizing access. This has been fixed in jdk8u60. http://hg.openjdk.java.net/jdk8u/jdk8u60/jdk/rev/02d6b1096e89 One of the visible symptom is RPC reader thread getting ArrayIndexOutOfBoundsException from

Jenkins build is back to normal : Hadoop-Common-trunk #1838

2015-10-13 Thread Apache Jenkins Server
See

Re: [DISCUSS] About the details of JDK-8 support

2015-10-13 Thread Chen He
On Tue, Oct 13, 2015 at 3:00 AM, Jean-Baptiste Note wrote: > Hi, > > As far as security is concerned we (Criteo) are using CDH5 with JDK8 in > production with security enabled. > We reported some gripes with some specific java versions: >

[jira] [Resolved] (HADOOP-11003) org.apache.hadoop.util.Shell should not take a dependency on binaries being deployed when used as a library

2015-10-13 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-11003. - Resolution: Duplicate Assignee: Steve Loughran Fix Version/s: 2.8.0 >

Build failed in Jenkins: Hadoop-Common-trunk #1839

2015-10-13 Thread Apache Jenkins Server
See Changes: [jing9] HDFS-8438. Erasure Coding: Allow concat striped files if they have the -- [...truncated 3858 lines...] Generating

Jenkins build is back to normal : Hadoop-Common-trunk #1840

2015-10-13 Thread Apache Jenkins Server
See

[jira] [Resolved] (HADOOP-12418) failure of TestRPC.testRPCInterruptedSimple on java 8 jenkins

2015-10-13 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-12418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-12418. - Resolution: Cannot Reproduce Fix Version/s: 3.0.0 > failure of

Build failed in Jenkins: Hadoop-common-trunk-Java8 #541

2015-10-13 Thread Apache Jenkins Server
See Changes: [wheat9] HDFS-9167. Update pom.xml in other modules to depend on hdfs-client -- [...truncated 9632 lines...] [WARNING] ^ [WARNING]

Jenkins build is back to normal : Hadoop-common-trunk-Java8 #542

2015-10-13 Thread Apache Jenkins Server
See

[jira] [Created] (HADOOP-12474) Fix data race when allocating server port in MiniKMS

2015-10-13 Thread Mingliang Liu (JIRA)
Mingliang Liu created HADOOP-12474: -- Summary: Fix data race when allocating server port in MiniKMS Key: HADOOP-12474 URL: https://issues.apache.org/jira/browse/HADOOP-12474 Project: Hadoop Common