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/05 19:44:25 UTC

Fixed: apache/flink#43193 (master - bb46756)

|  [

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-
passed.png)

[Build #43193 fixed](https://travis-ci.org/apache/flink/builds/671320969)

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

![clock icon](https://s3.amazonaws.com/travis-email-assets/time.png)5 hrs, 44
mins, 29 secs  
  
---  
  
![Dawid Wysakowicz
avatar](https://secure.gravatar.com/avatar/4b33d18282b2769e86d5631873e5584e.jpg)Dawid
Wysakowicz

[bb46756 CHANGESET
->](https://github.com/apache/flink/compare/fc1df95ae626...bb46756b8494)  
  
[FLINK-16913] Migrate StateBackends to use ReadableConfig instead of
Configuration  
  
StateBackendFactories do not need a full read and write access to the  
Configuration object. It's sufficient to have read only access. Moreover  
the ReadableConfig is a lightweight interface that can be implemented in  
other ways, not just through the Configuration. Lastly we exposed this  
lightweight interface as a configuration entry point for  
ExecutionEnvironments. This change will make it possible to pass the  
ReadableConfig directly to the StateBackendFactories without fragile  
adapters.