[
https://issues.apache.org/jira/browse/FLINK-37164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zakelly Lan resolved FLINK-37164.
---------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> Speed up state v2 synchronous methods execution
> -----------------------------------------------
>
> Key: FLINK-37164
> URL: https://issues.apache.org/jira/browse/FLINK-37164
> Project: Flink
> Issue Type: Sub-task
> Reporter: Zakelly Lan
> Assignee: Zakelly Lan
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.0.0
>
>
> Currently, if user enables the async state processing, and use one state
> backends supporting async state access (e.g. ForSt State Backend), but
> invokes synchronous methods (e.g. `get()`, `add()`), there is performance
> issue for state access. The default implementation of synchronous methods for
> the case above is submitting a async state access and wait. Actually there is
> an optimization that bypass all the async executions and just access the
> state in synchronous way.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)