[ https://issues.apache.org/jira/browse/FLINK-26967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xingbo Huang updated FLINK-26967: --------------------------------- Fix Version/s: 1.17.0 (was: 1.16.0) > Fix race condition in CopyOnWriteStateMap > ----------------------------------------- > > Key: FLINK-26967 > URL: https://issues.apache.org/jira/browse/FLINK-26967 > Project: Flink > Issue Type: Sub-task > Components: Runtime / State Backends > Reporter: Roman Khachatryan > Assignee: Roman Khachatryan > Priority: Major > Labels: pull-request-available, stale-assigned > Fix For: 1.17.0 > > > Currently, handling chained entry on copy-on-write uses object > identity to find the wanted entry in the chain. However, if > the same method is running concurrently, the object in the chain > can be replaced by its copy; the condition will never be met and > the chain end will be reached, causing an NPE. -- This message was sent by Atlassian Jira (v8.20.10#820010)