You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/31 09:09:00 UTC

[jira] [Updated] (FLINK-19102) Make StateBinder a per-FunctionType entity

     [ https://issues.apache.org/jira/browse/FLINK-19102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-19102:
-----------------------------------
    Labels: pull-request-available  (was: )

> Make StateBinder a per-FunctionType entity
> ------------------------------------------
>
>                 Key: FLINK-19102
>                 URL: https://issues.apache.org/jira/browse/FLINK-19102
>             Project: Flink
>          Issue Type: Task
>          Components: Stateful Functions
>            Reporter: Tzu-Li (Gordon) Tai
>            Assignee: Tzu-Li (Gordon) Tai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: statefun-2.2.0
>
>
> Currently, a single {{StateBinder}} instance is used across multiple {{FunctionType}} s for binding state objects to Flink state.
> While this is fine, it creates a leak of internal runtime information to the {{PersistedStateRegistry}} class. To fix this, we need to make {{FunctionType}} a property of each individual state binder, etc. each state binder binds state for a single {{FunctionType}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)