[
https://issues.apache.org/jira/browse/FLINK-19102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tzu-Li (Gordon) Tai closed FLINK-19102.
---------------------------------------
Resolution: Fixed
Fixed in statefun-master with: bda7fa6be426d091fc3da04ce31e2f9d8aafb1a7
> 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)