Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 823F910CB4 for ; Mon, 8 Dec 2014 10:43:09 +0000 (UTC) Received: (qmail 65262 invoked by uid 500); 8 Dec 2014 10:43:08 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 65177 invoked by uid 500); 8 Dec 2014 10:43:08 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 64652 invoked by uid 99); 8 Dec 2014 10:43:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2014 10:43:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stevel@hortonworks.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-ig0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Dec 2014 10:42:41 +0000 Received: by mail-ig0-f175.google.com with SMTP id h15so2500478igd.14 for ; Mon, 08 Dec 2014 02:42:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PZAtJ1zahlpKsHjcITqvifm9/PsqL0lZTawK7ZsVM5A=; b=C134iriY7G19xvfLGEctamh9gTVVhknVbYEujTB8msd7f6RfjdxsEAYACiEBXJuJqM quxAQjganEV50dfyDSclyUYIGb4jHVHatwmTpZx4qs59fTLDcc2+9k2V4ZqtYGeTx9SN VNDotLdfxELmNdMorVUJxeUbu8zDILzIqbrU8UyZNCSkJYFf+fY8JUvibtZARDVvsigb sDmiP0JyD0+roboScxZcB2NIq06Frgap3VXCaJT7vZt/W9SLJgipV+yERb/l6KO+Fac+ dOwEzZpsrZU+Lp009tn0DgiNjqCGgUPjRQrGgaH3obeCjZYXIx73F1HLHdpwMFn4sRQ7 RVkQ== X-Gm-Message-State: ALoCoQkHU2xk7fZfKBZeBTj5eTyfM9SEDpcRdEY3Z2xx9BfMDb5uOZ7bnqeZj739/Qx7VidDY59SfIbzpkDvjEXNmA7cm6QGR++O0JZ9Tu0ZK5U6mdcy8PscqYlaWJrPR+Lw0i3j+jk2 MIME-Version: 1.0 X-Received: by 10.107.133.17 with SMTP id h17mr9956799iod.47.1418035359555; Mon, 08 Dec 2014 02:42:39 -0800 (PST) Received: by 10.107.31.137 with HTTP; Mon, 8 Dec 2014 02:42:39 -0800 (PST) In-Reply-To: References: <29E398CA-871B-4AE4-953A-1B76DB4F75F5@hortonworks.com> Date: Mon, 8 Dec 2014 10:42:39 +0000 Message-ID: Subject: Re: Switching to Java 7 From: Steve Loughran To: "mapreduce-dev@hadoop.apache.org" Cc: "hdfs-dev@hadoop.apache.org" , "common-dev@hadoop.apache.org" , "yarn-dev@hadoop.apache.org" Content-Type: multipart/alternative; boundary=001a113ec270e2bdf30509b21502 X-Virus-Checked: Checked by ClamAV on apache.org --001a113ec270e2bdf30509b21502 Content-Type: text/plain; charset=UTF-8 yes, bumped them up to export MAVEN_OPTS="-Xmx3072m -XX:MaxPermSize=768m" export ANT_OPTS=$MAVEN_OPTS also extended test runs times. On 8 December 2014 at 00:58, Ted Yu wrote: > Looking at the test failures of > https://builds.apache.org/job/Hadoop-Hdfs-trunk/1963/ which uses jdk 1.7: > > e.g. > > https://builds.apache.org/job/Hadoop-Hdfs-trunk/1963/testReport/junit/org.apache.hadoop.hdfs.server.namenode.snapshot/TestRenameWithSnapshots/testRenameFileAndDeleteSnapshot/ > > java.lang.OutOfMemoryError: Java heap space > at sun.nio.ch.EPollArrayWrapper.(EPollArrayWrapper.java:120) > at sun.nio.ch.EPollSelectorImpl.(EPollSelectorImpl.java:68) > at > sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:36) > at > io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:126) > at io.netty.channel.nio.NioEventLoop.(NioEventLoop.java:120) > at > io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:87) > at > io.netty.util.concurrent.MultithreadEventExecutorGroup.(MultithreadEventExecutorGroup.java:64) > > > Should more heap be given to the tests ? > > > Cheers > > > On Sun, Dec 7, 2014 at 2:09 PM, Steve Loughran > wrote: > > > The latest migration status: > > > > if the jenkins builds are happy then the patch will go in -I do that > > monday morning 10:00 UTC > > > > https://builds.apache.org/view/H-L/view/Hadoop/ > > > > Getting jenkins to work has been "surprisingly difficult"...it turns out > > that those builds which we thought were java7 or java8 weren't, as > setting > > export JAVA_HOME=${TOOLS_HOME}/java/latest > > > > meant that they picked up a java 6 machine > > > > Now the trunk precommit/postcommit and scheduled branches should have > > export JAVA_HOME=${TOOLS_HOME}/java/jdk1.7.0_55 > > > > the Java 8 builds have more changes > > > > export JAVA_HOME=${TOOLS_HOME}/java/jdk1.8.0 > > export MAVEN_OPTS="-Xmx3072m -XX:MaxPermSize=768m" > > and -Dmaven.javadoc.skip=true on the mvn builds > > > > without these javadocs fails and test runs OOM. > > > > We need to have something resembling the nightly build env setup again, > > git/Svn stored file with something for java8 alongside the normal env > vars. > > > > -- > > CONFIDENTIALITY NOTICE > > NOTICE: This message is intended for the use of the individual or entity > to > > which it is addressed and may contain information that is confidential, > > privileged and exempt from disclosure under applicable law. If the reader > > of this message is not the intended recipient, you are hereby notified > that > > any printing, copying, dissemination, distribution, disclosure or > > forwarding of this communication is strictly prohibited. If you have > > received this communication in error, please contact the sender > immediately > > and delete it from your system. Thank You. > > > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. --001a113ec270e2bdf30509b21502--