You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/04 06:28:19 UTC

[GitHub] [flink] wangyang0918 opened a new pull request #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

wangyang0918 opened a new pull request #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010
 
 
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Travis CI to do that following [this guide](https://flink.apache.org/contributing/contribute-code.html#open-a-pull-request).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   As the discussion in the [PR](https://github.com/apache/flink/pull/10965#discussion_r373491974), the watcher will always be reconnected in Kubernetes client. However, if the watchReconnectLimit is configured by users via java properties or environment, the watcher may be stopped and all the changes will not be processed properly. So we need to throw a fatal exception in this case.
   
   
   ## Brief change log
   
   * Throw `FlinkRuntimeException` when the watcher is closed
   
   
   ## Verifying this change
   * none
   
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160493463",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2a53bac20fd0c356666c38575280744968501d14 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160493463) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 removed a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 removed a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-584046613
 
 
   @tillrohrmann do you mind to take a look again?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/147710837 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/147710837) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 616ab1deadd96d4dab13e66167ea9fb379cd4b6a Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/156988755) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 commented on a change in pull request #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#discussion_r375818015
 
 

 ##########
 File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/Fabric8FlinkKubeClient.java
 ##########
 @@ -279,7 +280,7 @@ public void eventReceived(Action action, Pod pod) {
 
 			@Override
 			public void onClose(KubernetesClientException e) {
-				LOG.error("The pods watcher is closing.", e);
+				throw new FlinkRuntimeException("The pods watcher should not be closed.", e);
 
 Review comment:
   @tillrohrmann Thanks a lot for your quick review. Yes, you are right. Of cause, we could not just throw a `FlinkRuntimeException` directly. It needs to be handled more appropriately. When the pods watcher is closed exceptionally, it should be handled by the caller. In our case, the`KubernetesResourceManager` will start a new watch.
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-584046613
 
 
   @tillrohrmann do you mind to take a look again?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160493463",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7620",
       "triggerID" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160664763",
       "triggerID" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2a53bac20fd0c356666c38575280744968501d14 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160493463) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556) 
   * 1130280dfe557a0268fed248089fb32d15f832d9 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160664763) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7620) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160493463",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7620",
       "triggerID" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160664763",
       "triggerID" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1130280dfe557a0268fed248089fb32d15f832d9 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160664763) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7620) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147710837 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:4004f68b16cb02e9043b08218b2b4834f57f04ce Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:4004f68b16cb02e9043b08218b2b4834f57f04ce
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147710837) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899) 
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160493463",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160206537) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466) 
   * 2a53bac20fd0c356666c38575280744968501d14 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160493463) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147710837 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:4004f68b16cb02e9043b08218b2b4834f57f04ce Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148504223 TriggerType:PUSH TriggerID:4004f68b16cb02e9043b08218b2b4834f57f04ce
   Hash:4004f68b16cb02e9043b08218b2b4834f57f04ce Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077 TriggerType:PUSH TriggerID:4004f68b16cb02e9043b08218b2b4834f57f04ce
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147710837) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899) 
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148504223) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148504223) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077) 
   * 0085511c8b79b7284d01baf726516c435937792c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010#issuecomment-581763214
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit e6722c5f11f17384bc94de89095c46d605def5e8 (Tue Feb 04 06:30:58 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 removed a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 removed a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-599404345
 
 
   @tillrohrmann @TisonKun Since the code base has changed, i have reworked this PR and do you mind to take a look?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 commented on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-599933306
 
 
   @flinkbot run azure

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0085511c8b79b7284d01baf726516c435937792c Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/153467860) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160493463",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2a53bac20fd0c356666c38575280744968501d14 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160493463) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556) 
   * 1130280dfe557a0268fed248089fb32d15f832d9 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 commented on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-599404345
 
 
   @tillrohrmann @TisonKun Since the code base has changed, i have reworked this PR and do you mind to take a look?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 616ab1deadd96d4dab13e66167ea9fb379cd4b6a Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/156988755) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160206537) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466) 
   * 2a53bac20fd0c356666c38575280744968501d14 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148504223) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147710837 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:4004f68b16cb02e9043b08218b2b4834f57f04ce Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148504223 TriggerType:PUSH TriggerID:4004f68b16cb02e9043b08218b2b4834f57f04ce
   Hash:4004f68b16cb02e9043b08218b2b4834f57f04ce Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077 TriggerType:PUSH TriggerID:4004f68b16cb02e9043b08218b2b4834f57f04ce
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147710837) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899) 
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148504223) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160493463",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2a53bac20fd0c356666c38575280744968501d14 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160493463) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] zhengcanbin commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
zhengcanbin commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#discussion_r410822987
 
 

 ##########
 File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesResourceManager.java
 ##########
 @@ -91,6 +93,8 @@
 	/** The number of pods requested, but not yet granted. */
 	private int numPendingPodRequests = 0;
 
+	private KubernetesWatch podsWatch;
 
 Review comment:
   What are the benefits to wrap all the Kubernetes components we use? Currently, I have seen the `KubernetesPod`, `KubernetesResource`, `KubernetesService`, and `KubernetesToleration` already. Can we just remove such kind of wrappers?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147710837 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147710837) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147710837) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899) 
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148504223) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 616ab1deadd96d4dab13e66167ea9fb379cd4b6a Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/156988755) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869) 
   * da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160206537) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 commented on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-615040585
 
 
   @tillrohrmann Could you help to review this PR?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148504223) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077) 
   * 0085511c8b79b7284d01baf726516c435937792c Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/153467860) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 616ab1deadd96d4dab13e66167ea9fb379cd4b6a Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/156988755) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869) 
   * da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] tillrohrmann commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

Posted by GitBox <gi...@apache.org>.
tillrohrmann commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010#discussion_r375378254
 
 

 ##########
 File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/Fabric8FlinkKubeClient.java
 ##########
 @@ -279,7 +280,7 @@ public void eventReceived(Action action, Pod pod) {
 
 			@Override
 			public void onClose(KubernetesClientException e) {
-				LOG.error("The pods watcher is closing.", e);
+				throw new FlinkRuntimeException("The pods watcher should not be closed.", e);
 
 Review comment:
   Could you explain how this is solving the problem @wangyang0918? Looking at the code, this should throw an exception in some `KubernetesClient` internal thread which does not guarantee that it is properly handled. I think it should rather trigger some behaviour in `KubernetesResourceManager` (e.g. trying to reconnect or in the worst case to fail with a descriptive error message).

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#discussion_r375818015
 
 

 ##########
 File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/Fabric8FlinkKubeClient.java
 ##########
 @@ -279,7 +280,7 @@ public void eventReceived(Action action, Pod pod) {
 
 			@Override
 			public void onClose(KubernetesClientException e) {
-				LOG.error("The pods watcher is closing.", e);
+				throw new FlinkRuntimeException("The pods watcher should not be closed.", e);
 
 Review comment:
   @tillrohrmann Thanks a lot for your quick review. Yes, you are right. Of cause, we could not just throw a `FlinkRuntimeException` directly. It needs to be handled more appropriately. When the pods watcher is closed exceptionally, it should be handled by the caller. In our case, the`KubernetesResourceManager` will throw a fatal error.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0085511c8b79b7284d01baf726516c435937792c Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/153467860) 
   * 616ab1deadd96d4dab13e66167ea9fb379cd4b6a Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/156988755) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 commented on a change in pull request #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on a change in pull request #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#discussion_r375818015
 
 

 ##########
 File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/Fabric8FlinkKubeClient.java
 ##########
 @@ -279,7 +280,7 @@ public void eventReceived(Action action, Pod pod) {
 
 			@Override
 			public void onClose(KubernetesClientException e) {
-				LOG.error("The pods watcher is closing.", e);
+				throw new FlinkRuntimeException("The pods watcher should not be closed.", e);
 
 Review comment:
   @tillrohrmann Thanks a lot for your quick review. Yes, you are right. Of cause, we could not just throw a `FlinkRuntimeException` directly. It needs to be handled more appropriately. When the pods watcher is closed exceptionally, it should be handled by the caller. In our case, the`KubernetesResourceManager` will start a new watch.
   
   I was just fully occupied yesterday by some internal things and forgot to push the latest codes to this PR. :smile:
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 removed a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 removed a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-599933306
 
 
   @flinkbot run azure

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160206537) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7556",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2a53bac20fd0c356666c38575280744968501d14",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160493463",
       "triggerID" : "2a53bac20fd0c356666c38575280744968501d14",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7620",
       "triggerID" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160664763",
       "triggerID" : "1130280dfe557a0268fed248089fb32d15f832d9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1130280dfe557a0268fed248089fb32d15f832d9 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/160664763) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7620) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] wangyang0918 commented on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
wangyang0918 commented on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-584046613
 
 
   @tillrohrmann Could you take a look again in your spare time?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Throw fatal exception when the pods watcher in Fabric8FlinkKubeClient is closed
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/147328987 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:e6722c5f11f17384bc94de89095c46d605def5e8 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807 TriggerType:PUSH TriggerID:e6722c5f11f17384bc94de89095c46d605def5e8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147698745 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:d8974929415f80aebd04b8bdba93fcacb78f76f8 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897 TriggerType:PUSH TriggerID:d8974929415f80aebd04b8bdba93fcacb78f76f8
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/147710837 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:0b7a4690cd62ad9caffb29b828445afcd3d80531 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899 TriggerType:PUSH TriggerID:0b7a4690cd62ad9caffb29b828445afcd3d80531
   Hash:4004f68b16cb02e9043b08218b2b4834f57f04ce Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148504223 TriggerType:PUSH TriggerID:4004f68b16cb02e9043b08218b2b4834f57f04ce
   Hash:4004f68b16cb02e9043b08218b2b4834f57f04ce Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077 TriggerType:PUSH TriggerID:4004f68b16cb02e9043b08218b2b4834f57f04ce
   -->
   ## CI report:
   
   * e6722c5f11f17384bc94de89095c46d605def5e8 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/147328987) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807) 
   * d8974929415f80aebd04b8bdba93fcacb78f76f8 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147698745) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897) 
   * 0b7a4690cd62ad9caffb29b828445afcd3d80531 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/147710837) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899) 
   * 4004f68b16cb02e9043b08218b2b4834f57f04ce Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148504223) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0085511c8b79b7284d01baf726516c435937792c Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/153467860) 
   * 616ab1deadd96d4dab13e66167ea9fb379cd4b6a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] zhengcanbin commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
zhengcanbin commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#discussion_r410823754
 
 

 ##########
 File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/KubernetesResourceManager.java
 ##########
 @@ -148,6 +156,7 @@ protected void initialize() throws ResourceManagerException {
 		Throwable exception = null;
 
 		try {
+			podsWatch.close();
 
 Review comment:
   If an Exception is thrown by `podsWatch.close`, `kubeClient.close` would not be called. I think it would be better to separately enclose them into different try-catch blocks.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] zhengcanbin commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception

Posted by GitBox <gi...@apache.org>.
zhengcanbin commented on a change in pull request #11010: [FLINK-15836][k8s] Throw fatal error in KubernetesResourceManager when the pods watcher is closed with exception
URL: https://github.com/apache/flink/pull/11010#discussion_r410837172
 
 

 ##########
 File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/resources/KubernetesPodsWatcher.java
 ##########
 @@ -0,0 +1,79 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.kubernetes.kubeclient.resources;
+
+import org.apache.flink.kubernetes.kubeclient.FlinkKubeClient;
+
+import io.fabric8.kubernetes.api.model.Pod;
+import io.fabric8.kubernetes.client.KubernetesClientException;
+import io.fabric8.kubernetes.client.Watcher;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import java.util.Collections;
+import java.util.function.Consumer;
+
+/**
+ * Represent Watcher resource for Pods in kubernetes.
+ */
+public class KubernetesPodsWatcher implements Watcher<Pod> {
+
+	private static final Logger LOG = LoggerFactory.getLogger(KubernetesPodsWatcher.class);
+
+	private final FlinkKubeClient.PodCallbackHandler podsCallbackHandler;
+	private final Consumer<Exception> podsWatcherCloseHandler;
+
+	public KubernetesPodsWatcher(
+			FlinkKubeClient.PodCallbackHandler callbackHandler,
+			Consumer<Exception> podsWatcherCloseHandler) {
+		this.podsCallbackHandler = callbackHandler;
+		this.podsWatcherCloseHandler = podsWatcherCloseHandler;
+	}
+
+	@Override
+	public void eventReceived(Action action, Pod pod) {
+		LOG.debug("Received {} event for pod {}, details: {}", action, pod.getMetadata().getName(), pod.getStatus());
+		switch (action) {
+			case ADDED:
+				podsCallbackHandler.onAdded(Collections.singletonList(new KubernetesPod(pod)));
+				break;
+			case MODIFIED:
+				podsCallbackHandler.onModified(Collections.singletonList(new KubernetesPod(pod)));
+				break;
+			case ERROR:
+				podsCallbackHandler.onError(Collections.singletonList(new KubernetesPod(pod)));
+				break;
+			case DELETED:
+				podsCallbackHandler.onDeleted(Collections.singletonList(new KubernetesPod(pod)));
+				break;
+			default:
+				LOG.debug("Ignore handling {} event for pod {}", action, pod.getMetadata().getName());
+				break;
+		}
+	}
+
+	@Override
+	public void onClose(KubernetesClientException cause) {
+		LOG.debug("The pods watcher is closing with exception {}.", cause == null ? "null" : cause);
 
 Review comment:
   If the `cause` equals to `null`, we'd better log in `INFO` level, otherwise, log a `WARNING` message instead.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11010: [FLINK-15836][k8s] Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11010: [FLINK-15836][k8s]  Start a new pods watcher in KubernetesResourceManager when the old one is closed with exception
URL: https://github.com/apache/flink/pull/11010#issuecomment-581769412
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147328987",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4807",
       "triggerID" : "e6722c5f11f17384bc94de89095c46d605def5e8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147698745",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4897",
       "triggerID" : "d8974929415f80aebd04b8bdba93fcacb78f76f8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/147710837",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4899",
       "triggerID" : "0b7a4690cd62ad9caffb29b828445afcd3d80531",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/148504223",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5077",
       "triggerID" : "4004f68b16cb02e9043b08218b2b4834f57f04ce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0085511c8b79b7284d01baf726516c435937792c",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153467860",
       "triggerID" : "0085511c8b79b7284d01baf726516c435937792c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/156988755",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6869",
       "triggerID" : "616ab1deadd96d4dab13e66167ea9fb379cd4b6a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160206537",
       "triggerID" : "da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * da42a943e1c9b96577e6ff6ea8069aa2bf2adbe6 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/160206537) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7466) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
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


With regards,
Apache Git Services