The GitHub Actions job "Flink Connector Kafka CI" on 
flink-connector-kafka.git/FLINK-34554-fix-transaction-ids has failed.
Run started by GitHub user AHeise (triggered by AHeise).

Head commit for run:
a017215678bb389bc7417d0b66356950e391f2d2 / Arvid Heise <ar...@apache.org>
Fix ownership model

The previous approach assumed that state is restributed by modulo and mapped 
the ownership model to it.
However, it's actually redistributed in a more range partition oriented way 
where a scale down from 4->2 results in subtask 0 getting the state assigned 
from old subtask 0 and 1.

This commit introduces a strong ownership model based on writerStates that 
provide the subtask with a number of owned subtaskIds based on the checkpointed 
max parallelism of the job.

Report URL: 
https://github.com/apache/flink-connector-kafka/actions/runs/14223185074

With regards,
GitHub Actions via GitBox

Reply via email to