[ https://issues.apache.org/jira/browse/FLINK-36949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907851#comment-17907851 ]
Zakelly Lan commented on FLINK-36949: ------------------------------------- Merge f8014b6 into master > Make getCurrentKey of async state operators return the ground truth > ------------------------------------------------------------------- > > Key: FLINK-36949 > URL: https://issues.apache.org/jira/browse/FLINK-36949 > Project: Flink > Issue Type: Sub-task > Components: Runtime / Async State Processing > Reporter: Zakelly Lan > Assignee: Zakelly Lan > Priority: Major > Labels: pull-request-available > > Currently, the abstract operators will cache the current context, and the > `getCurrentKey()` will return the key of this context. However, this context > may not be the context of current processing callback. It is for the > convenience of releasing record reference counting. We should fix that in > case some user logic may call `getCurrentKey()`. -- This message was sent by Atlassian Jira (v8.20.10#820010)