You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@flink.apache.org by Flink CI <fl...@foxmail.com> on 2020/04/17 01:52:52 UTC

Failed: apache/flink#43360 (release-1.10 - 035453f)

|  [

apache

/

flink

](https://travis-ci.org/apache/flink)  
---  
  
![branch icon](https://s3.amazonaws.com/travis-email-
assets/branch.png)[release-1.10](https://github.com/apache/flink/tree/release-1.10)  
  
|

![build hasfailed](https://s3.amazonaws.com/travis-email-assets/status-
failed.png)

[Build #43360 failed](https://travis-ci.org/apache/flink/builds/675780825)

![arrow to build time](https://s3.amazonaws.com/travis-email-assets/failure-
arrow.png)

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)5 hrs, 19
mins, 7 secs  
  
---  
  
![wangyang0918
avatar](https://secure.gravatar.com/avatar/ee96e1754c12e13e10a75a7c9c3e61ba.jpg)wangyang0918

[035453f CHANGESET
->](https://github.com/apache/flink/compare/ac2be600330b...035453fb1472)  
  
[FLINK-15790][k8s] Make some interfaces in FlinkKubeClient asynchronous which
potentially blocks the execution of RpcEndpoint's main thread  
  
The interfaces in FlinkKubeClient will be called both in Client and
ResourceManager. To avoid potentially blocking the execution of RpcEndpoint's
main thread, these interfaces #createTaskManagerPod, #stopPod should be
implemented asynchronously.  
  
This closes #11733.