You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/09 04:00:07 UTC

[GitHub] [spark] dongjoon-hyun opened a new pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

dongjoon-hyun opened a new pull request #29981:
URL: https://github.com/apache/spark/pull/29981


   ### What changes were proposed in this pull request?
   
   This PR aims to protect the executor pod request or pending pod during executor idle timeout.
   
   ### Why are the changes needed?
   
   In case of dynamic allocation, Apache Spark K8s `ExecutorPodsAllocator` cancels the pod request or pending pod too eagerly. This PR is reusing `spark.dynamicAllocation.executorIdleTimeout (default: 60s)` to keep the pod request or pending pod.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the newly added test case.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705956031






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705964122


   **[Test build #129575 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129575/testReport)** for PR 29981 at commit [`22dbbea`](https://github.com/apache/spark/commit/22dbbead4714ddd49b4d822e0762278a08ab25a1).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705965766






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705956031






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705965672


   **[Test build #129576 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129576/testReport)** for PR 29981 at commit [`f5fe24e`](https://github.com/apache/spark/commit/f5fe24e325d3da624e570350f92d604bcebc5efa).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705959286






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun closed pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #29981:
URL: https://github.com/apache/spark/pull/29981


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705959286






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705971930


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34181/
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705967684






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705967684






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705976134






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705962236






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705959286






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705962169


   **[Test build #129574 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129574/testReport)** for PR 29981 at commit [`8d242b5`](https://github.com/apache/spark/commit/8d242b5760ec16094a598a9c798ad9b04a8b9257).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705970963






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705976116


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34180/
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705956031


   **[Test build #129573 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129573/testReport)** for PR 29981 at commit [`7b53528`](https://github.com/apache/spark/commit/7b53528729798f0f5d4b356f51cd0bb4ed7633d5).


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705964226






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705962951


   **[Test build #129576 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129576/testReport)** for PR 29981 at commit [`f5fe24e`](https://github.com/apache/spark/commit/f5fe24e325d3da624e570350f92d604bcebc5efa).


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705994406


   Hi, @HyukjinKwon . Could you review 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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun closed pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #29981:
URL: https://github.com/apache/spark/pull/29981


   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705965766






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-706085122


   Thank you so much, @HyukjinKwon ! Merged 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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705959286






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705976134






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705970963


   cc @holdenk , @dbtsai , @viirya 


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705959514


   **[Test build #129574 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129574/testReport)** for PR 29981 at commit [`8d242b5`](https://github.com/apache/spark/commit/8d242b5760ec16094a598a9c798ad9b04a8b9257).


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705971195


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34180/
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705961244


   **[Test build #129575 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129575/testReport)** for PR 29981 at commit [`22dbbea`](https://github.com/apache/spark/commit/22dbbead4714ddd49b4d822e0762278a08ab25a1).


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705978829


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34181/
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705956031






----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705967674


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34179/
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705959146


   **[Test build #129573 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129573/testReport)** for PR 29981 at commit [`7b53528`](https://github.com/apache/spark/commit/7b53528729798f0f5d4b356f51cd0bb4ed7633d5).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout configuration

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705963815


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/34179/
   


----------------------------------------------------------------
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:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #29981: [SPARK-33099][K8S] Respect executor idle timeout conf in ExecutorPodsAllocator

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #29981:
URL: https://github.com/apache/spark/pull/29981#issuecomment-705978843






----------------------------------------------------------------
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:
users@infra.apache.org



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