[
https://issues.apache.org/jira/browse/KAFKA-16209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luke Chen updated KAFKA-16209:
------------------------------
Labels: newbie newbie++ (was: )
> fetchSnapshot might return null if topic is created before v2.8
> ---------------------------------------------------------------
>
> Key: KAFKA-16209
> URL: https://issues.apache.org/jira/browse/KAFKA-16209
> Project: Kafka
> Issue Type: Bug
> Affects Versions: 3.6.1
> Reporter: Luke Chen
> Priority: Major
> Labels: newbie, newbie++
>
> Remote log manager will fetch snapshot via ProducerStateManager
> [here|https://github.com/apache/kafka/blob/trunk/storage/src/main/java/org/apache/kafka/storage/internals/log/ProducerStateManager.java#L608],
> but the snapshot map might get nothing if the topic has no snapshot created,
> ex: topics before v2.8. Need to fix it to avoid NPE.
> old PR: https://github.com/apache/kafka/pull/14615/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)