[GitHub] [spark] HeartSaVioR commented on issue #27932: [WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 3.0.16

2020-03-19 Thread GitBox
HeartSaVioR commented on issue #27932: 
[WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 
3.0.16
URL: https://github.com/apache/spark/pull/27932#issuecomment-601015165
 
 
   ```
   org.apache.spark.ExecutorAllocationManagerSuite.add executors capped by num 
pending tasks 
   
   Error Details
   
   org.scalatest.exceptions.TestFailedException: 6 did not equal 5
   
   org.apache.spark.scheduler.WorkerDecommissionSuite.verify a task with all 
workers decommissioned succeeds 
   
   Error Details
   
   java.util.concurrent.TimeoutException: Futures timed out after [2 seconds]
   
   org.apache.spark.storage.BlockManagerReplicationSuite.block replication - 
mixed between 1x to 5x 
   
   Error Details
   
   org.scalatest.exceptions.TestFailedException: 3 did not equal 4 master did 
not have 4 locations for test_block-with-disk-memory-deserialized-4x-replicated
   ```
   
   Another flaky ones.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HeartSaVioR commented on issue #27932: [WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 3.0.16

2020-03-18 Thread GitBox
HeartSaVioR commented on issue #27932: 
[WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 
3.0.16
URL: https://github.com/apache/spark/pull/27932#issuecomment-600972111
 
 
   ```
   org.apache.spark.scheduler.BarrierTaskContextSuite.successively sync with 
allGather and barrier
Error Details
   org.apache.spark.SparkException: Job aborted due to stage failure: Could not 
recover from a failed barrier ResultStage. Most recent failure reason: Stage 
failed because barrier task ResultTask(0, 3) finished unsuccessfully. 
com.fasterxml.jackson.databind.exc.MismatchedInputException: No content to map 
due to end-of-input  at [Source: (String)""; line: 1, column: 0]  at 
com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:59)
  at 
com.fasterxml.jackson.databind.DeserializationContext.reportInputMismatch(DeserializationContext.java:1442)
  at 
com.fasterxml.jackson.databind.ObjectReader._initForReading(ObjectReader.java:360)
  at 
com.fasterxml.jackson.databind.ObjectReader._bindAndClose(ObjectReader.java:1704)
  at 
com.fasterxml.jackson.databind.ObjectReader.readValue(ObjectReader.java:1261)  
at org.json4s.jackson.JsonMethods.parse(JsonMethods.scala:25)  at 
org.json4s.jackson.JsonMethods.parse$(JsonMethods.scala:19)  at 
org.json4s.jackson.JsonMethods$.parse(JsonMethods.scala:55)  at 
org.apache.spark.BarrierTaskContext.allGather(BarrierTaskContext.scala:222)  at 
org.apache.spark.scheduler.BarrierTaskContextSuite.$anonfun$new$12(BarrierTaskContextSuite.scala:118)
  at 
org.apache.spark.rdd.RDDBarrier.$anonfun$mapPartitions$2(RDDBarrier.scala:51)  
at 
org.apache.spark.rdd.RDDBarrier.$anonfun$mapPartitions$2$adapted(RDDBarrier.scala:51)
  at org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)  
at org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:349)  at 
org.apache.spark.rdd.RDD.iterator(RDD.scala:313)  at 
org.apache.spark.scheduler.ResultTask.runTask(ResultTask.scala:90)  at 
org.apache.spark.scheduler.Task.run(Task.scala:127)  at 
org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:460)
  at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1377)  at 
org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:463)  at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  at java.base/java.lang.Thread.run(Thread.java:834) 
   ```
   
   Doesn't seem to be related.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HeartSaVioR commented on issue #27932: [WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 3.0.16

2020-03-18 Thread GitBox
HeartSaVioR commented on issue #27932: 
[WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 
3.0.16
URL: https://github.com/apache/spark/pull/27932#issuecomment-600972192
 
 
   retest this, please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HeartSaVioR commented on issue #27932: [WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 3.0.16

2020-03-18 Thread GitBox
HeartSaVioR commented on issue #27932: 
[WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 
3.0.16
URL: https://github.com/apache/spark/pull/27932#issuecomment-600541251
 
 
   retest this, please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HeartSaVioR commented on issue #27932: [WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 3.0.16

2020-03-18 Thread GitBox
HeartSaVioR commented on issue #27932: 
[WIP][SPARK-31101][SQL][BUILD][test-hadoop3.2][test-java11] Upgrade Janino to 
3.0.16
URL: https://github.com/apache/spark/pull/27932#issuecomment-600463198
 
 
   retest this, please


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org