You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Josh Rosen (JIRA)" <ji...@apache.org> on 2015/12/30 23:02:49 UTC

[jira] [Resolved] (SPARK-6021) Flaky test: o.a.s.FutureActionSuite - complex sync action

     [ https://issues.apache.org/jira/browse/SPARK-6021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Rosen resolved SPARK-6021.
-------------------------------
    Resolution: Fixed

Resolving as fixed since this test has not been observed recently in master or 1.6: https://spark-tests.appspot.com/tests/org.apache.spark.FutureActionSuite/complex%20async%20action

> Flaky test: o.a.s.FutureActionSuite - complex sync action
> ---------------------------------------------------------
>
>                 Key: SPARK-6021
>                 URL: https://issues.apache.org/jira/browse/SPARK-6021
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core, Tests
>    Affects Versions: 1.3.0
>            Reporter: Andrew Or
>            Priority: Critical
>
> Observed in Spark Master SBT builds:
> https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE=hadoop1.0,label=centos/1777/
> https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE=hadoop1.0,label=centos/1773/
> https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE=hadoop1.0,label=centos/1752/
> https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/AMPLAB_JENKINS_BUILD_PROFILE=hadoop1.0,label=centos/1740/
> {code}
> Stacktrace
> sbt.ForkMain$ForkError
> 	at org.apache.spark.rdd.AsyncRDDActions$$anonfun$takeAsync$1$$anonfun$apply$5.apply(AsyncRDDActions.scala:100)
> 	at org.apache.spark.rdd.AsyncRDDActions$$anonfun$takeAsync$1$$anonfun$apply$5.apply(AsyncRDDActions.scala:100)
> 	at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
> 	at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:108)
> 	at org.apache.spark.rdd.AsyncRDDActions$$anonfun$takeAsync$1.apply(AsyncRDDActions.scala:100)
> 	at org.apache.spark.rdd.AsyncRDDActions$$anonfun$takeAsync$1.apply(AsyncRDDActions.scala:68)
> 	at org.apache.spark.ComplexFutureAction$$anonfun$run$1.apply(FutureAction.scala:209)
> 	at org.apache.spark.ComplexFutureAction$$anonfun$run$1.apply(FutureAction.scala:206)
> 	at scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24)
> 	at scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24)
> 	at scala.concurrent.impl.ExecutionContextImpl$$anon$3.exec(ExecutionContextImpl.scala:107)
> 	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
> 	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
> 	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
> 	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
> {code}
> Not a super helpful stack trace...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org