Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8227B182F8 for ; Wed, 6 Apr 2016 05:01:26 +0000 (UTC) Received: (qmail 22044 invoked by uid 500); 6 Apr 2016 05:01:25 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 21958 invoked by uid 500); 6 Apr 2016 05:01:25 -0000 Mailing-List: contact dev-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list dev@mahout.apache.org Received: (qmail 21921 invoked by uid 99); 6 Apr 2016 05:01:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2016 05:01:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8DE022C1F5C for ; Wed, 6 Apr 2016 05:01:25 +0000 (UTC) Date: Wed, 6 Apr 2016 05:01:25 +0000 (UTC) From: "Suneel Marthi (JIRA)" To: dev@mahout.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAHOUT-1823) Modify MahoutFlinkTestSuite to implement FlinkTestBase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAHOUT-1823?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D152= 27723#comment-15227723 ]=20 Suneel Marthi commented on MAHOUT-1823: --------------------------------------- Still have a failing dals test that's throwing a OOM {Code} 57766 [flink-akka.actor.default-dispatcher-5] ERROR akka.actor.ActorSystemI= mpl - exception on LARS=E2=80=99 timer thread java.lang.OutOfMemoryError: GC overhead limit exceeded 57770 [flink-akka.actor.default-dispatcher-5] ERROR akka.actor.ActorSystemI= mpl - Uncaught fatal error from thread [flink-scheduler-1] shutting down A= ctorSystem [flink] java.lang.OutOfMemoryError: GC overhead limit exceeded - dals *** FAILED *** org.apache.flink.runtime.client.JobTimeoutException: Timeout while waitin= g for JobManager answer. Job time exceeded 21474835 seconds at org.apache.flink.runtime.client.JobClient.submitJobAndWait(JobClient.j= ava:136) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.submitJobAndWait= (FlinkMiniCluster.scala:423) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.submitJobAndWait= (FlinkMiniCluster.scala:409) at org.apache.flink.runtime.minicluster.FlinkMiniCluster.submitJobAndWait= (FlinkMiniCluster.scala:401) at org.apache.flink.client.LocalExecutor.executePlan(LocalExecutor.java:1= 90) at org.apache.flink.api.java.LocalEnvironment.execute(LocalEnvironment.ja= va:90) at org.apache.flink.api.java.ExecutionEnvironment.execute(ExecutionEnviro= nment.java:855) at org.apache.flink.api.scala.ExecutionEnvironment.execute(ExecutionEnvir= onment.scala:638) at org.apache.flink.api.scala.DataSet.collect(DataSet.scala:546) at org.apache.mahout.flinkbindings.blas.FlinkOpAtA$.slim(FlinkOpAtA.scala= :53) ... Cause: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://f= link/user/$a#372851579]] after [21474835000 ms] at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:= 333) at akka.actor.Scheduler$$anon$7.run(Scheduler.scala:117) at akka.actor.LightArrayRevolverScheduler$TaskHolder.run(Scheduler.scala:= 476) at akka.actor.LightArrayRevolverScheduler$$anonfun$close$1.apply(Schedule= r.scala:282) at akka.actor.LightArrayRevolverScheduler$$anonfun$close$1.apply(Schedule= r.scala:281) at scala.collection.Iterator$class.foreach(Iterator.scala:727) at scala.collection.AbstractIterator.foreach(Iterator.scala:1157) at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) at scala.collection.AbstractIterable.foreach(Iterable.scala:54) at akka.actor.LightArrayRevolverScheduler.close(Scheduler.scala:280) {Code} > Modify MahoutFlinkTestSuite to implement FlinkTestBase > ------------------------------------------------------ > > Key: MAHOUT-1823 > URL: https://issues.apache.org/jira/browse/MAHOUT-1823 > Project: Mahout > Issue Type: Improvement > Components: Flink > Affects Versions: 0.11.2 > Reporter: Suneel Marthi > Assignee: Suneel Marthi > Fix For: 0.12.0 > > > Modify the present MahoutFlinkTestSuite to implement FlinkTestBase. This = spins up a FlinkMiniCluster to execute the tests on. -- This message was sent by Atlassian JIRA (v6.3.4#6332)