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 17:49:44 UTC

[CRON] Failed: apache/flink#43181 (master - 7ea3f6f)

|  [

apache

/

flink

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

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

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

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

[7ea3f6f CHANGESET
->](https://github.com/apache/flink/compare/db81417b8616850aa36b34fecafcc275db2cb10a...7ea3f6f9022d6da40ebfb5b33b605dbd43d65739)  
  
[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.