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/03 18:58:16 UTC

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

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

[d0d5699 CHANGESET
->](https://github.com/apache/flink/compare/b34be6656e09...d0d5699a917a)  
  
[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.