Chesnay Schepler created FLINK-29397: ----------------------------------------
Summary: Race condition in StreamTask can lead to NPE if changelog is disabled Key: FLINK-29397 URL: https://issues.apache.org/jira/browse/FLINK-29397 Project: Flink Issue Type: Bug Components: Runtime / Task Affects Versions: 1.16.0 Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.16.0 {{StreamTask#processInput}} contains a branch where the changelogWriterAvailabilityProvider is accessed without a null check; this field however is nullable in case the changelog is disabled. -- This message was sent by Atlassian Jira (v8.20.10#820010)