[GitHub] [spark] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-07-16 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-512041567
 
 
   Merging to master.


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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-07-16 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-511905007
 
 
   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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-07-12 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-510982967
 
 
   Any more feedback? Otherwise I'll merge next week.


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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-07-11 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-510561973
 
 
   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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-06-28 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-506908580
 
 
   I'll file a bug for the flaky test.


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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-06-28 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-506870641
 
 
   This is the failing test (that messes up all the others):
   
   ```
   org.scalatest.exceptions.TestFailedException: Map() was empty No 
checkpointed RDDs in state stream before first failure
   Stacktrace
   sbt.ForkMain$ForkError: org.scalatest.exceptions.TestFailedException: Map() 
was empty No checkpointed RDDs in state stream before first failure
at 
org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:528)
at 
org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:527)
at 
org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1560)
at 
org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:501)
at 
org.apache.spark.streaming.CheckpointSuite.$anonfun$new$3(CheckpointSuite.scala:266)
   ```
   
   Doesn't look related to this...


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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-06-28 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-506870678
 
 
   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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-06-28 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-506867701
 
 
   Let me check if these failures are 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] vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation without a shuffle service.

2019-06-28 Thread GitBox
vanzin commented on issue #24817: [SPARK-27963][core] Allow dynamic allocation 
without a shuffle service.
URL: https://github.com/apache/spark/pull/24817#issuecomment-506835529
 
 
   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