You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by ScrapCodes <gi...@git.apache.org> on 2018/09/27 07:05:30 UTC

[GitHub] spark pull request #22565: [MINOR][SPARK-25543][K8s] Confusing log messages ...

GitHub user ScrapCodes opened a pull request:

    https://github.com/apache/spark/pull/22565

    [MINOR][SPARK-25543][K8s] Confusing log messages at DEBUG level, in K8s mode.

    ## What changes were proposed in this pull request?
    
    Spurious logs like /sec. 
    2018-09-26 09:33:57 DEBUG ExecutorPodsLifecycleManager:58 - Removed executors with ids  from Spark that were either found to be deleted or non-existent in the cluster.
    2018-09-26 09:33:58 DEBUG ExecutorPodsLifecycleManager:58 - Removed executors with ids  from Spark that were either found to be deleted or non-existent in the cluster.
    2018-09-26 09:33:59 DEBUG ExecutorPodsLifecycleManager:58 - Removed executors with ids  from Spark that were either found to be deleted or non-existent in the cluster.
    2018-09-26 09:34:00 DEBUG ExecutorPodsLifecycleManager:58 - Removed executors with ids  from Spark that were either found to be deleted or non-existent in the cluster.
    
    
    The fix is easy, first check if there are any removed executors, before producing the log message.
    
    ## How was this patch tested?
    
    Tested by manually deploying to a minikube cluster.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ScrapCodes/spark spark-25543/k8s/debug-log-spurious-warning

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22565.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22565
    
----
commit 6ae5569c9c0c0c55ca3320ba2eb5cc97018653ca
Author: Prashant Sharma <pr...@...>
Date:   2018-09-26T09:56:41Z

    [SPARK-25543][K8s] Confusing log messages at DEBUG level, in K8s mode.

----


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22565: [SPARK-25543][K8S] Print debug message iff execIdsRemove...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Merged to master/branch-2.4.
    
    Thank you, @ScrapCodes and @liyinan926 .


---

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


[GitHub] spark pull request #22565: [SPARK-25543][K8S] Print debug message iff execId...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/22565


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    **[Test build #96673 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/96673/testReport)** for PR 22565 at commit [`6ae5569`](https://github.com/apache/spark/commit/6ae5569c9c0c0c55ca3320ba2eb5cc97018653ca).


---

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


[GitHub] spark issue #22565: [SPARK-25543][K8S] Print debug message iff execIdsRemove...

Posted by ScrapCodes <gi...@git.apache.org>.
Github user ScrapCodes commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    @dongjoon-hyun Thanks for looking.


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/96673/
    Test PASSed.


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by dongjoon-hyun <gi...@git.apache.org>.
Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Hi, @ScrapCodes .
    This looks necessary. I'll try to test it. BTW, if you don't mind, could you update the title to `[SPARK-25543][K8S] Print debug message iff execIdsRemovedInThisRound is not empty`?


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Kubernetes integration test starting
    URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/3522/



---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

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


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Merged build finished. Test PASSed.


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution-unified/3522/
    Test PASSed.


---

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


[GitHub] spark issue #22565: [MINOR][SPARK-25543][K8s] Confusing log messages at DEBU...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/22565
  
    Kubernetes integration test status success
    URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/3522/



---

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