slachiewicz commented on PR #314: URL: https://github.com/apache/flink-connector-kafka/pull/314#issuecomment-5743470950
Reproduced, thanks. With `KafkaSinkRecoveryITCase` from #322 on main, this branch merged onto main fails: record 1 never becomes visible, because POOLING reuses the abandoned id for the first post-restore transaction before the committer's fenced notification for the old transaction is drained, and that notification then closes the new producer. Working on keeping the superseded id reserved until the committer releases it, plus the wording comments. Converting to draft until that is in. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
