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/04 03:19:40 UTC

[CRON] Failed: apache/flink#43184 (release-1.10 - d0d5699)

|  [

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 #43184 failed](https://travis-ci.org/apache/flink/builds/670686268)

![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)33 hrs, 58
mins, 42 secs  
  
---  
  
![Till Rohrmann
avatar](https://secure.gravatar.com/avatar/08701c3eabe85450809695cf290ef675.jpg)Till
Rohrmann

[d0d5699 CHANGESET
->](https://github.com/apache/flink/compare/128f5f7bd1da9ae50973115b38f4def3adc331e1...d0d5699a917a1082ed81c9edc8114c73fc8a9c8a)  
  
[hotfix] Add resourceManagerGateway null check to SlotPoolImpl  
  
SlotPoolImpl's resourceManagerGateway field can be null if JM has  
not connected to the ResourceManager yet. SlotPoolImpl's methods  
should respect this contract.