[
https://issues.apache.org/jira/browse/KAFKA-17306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot resolved KAFKA-17306.
---------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
> Soften the validation when replaying tombstones
> -----------------------------------------------
>
> Key: KAFKA-17306
> URL: https://issues.apache.org/jira/browse/KAFKA-17306
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Dongnuo Lyu
> Assignee: David Jacot
> Priority: Major
> Fix For: 4.0.0
>
>
> At present, replaying the tombstones requires the deleted entity to exist.
> However the record to create the entity can be removed and only leave the
> tombstone after compaction.
> This can cause error when a group coordinator loads a new __consumer_offsets
> partition, as some entities can be removed without creation during replay. As
> a result, we should soften the validation when replaying tombstones to avoid
> it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)