[
https://issues.apache.org/jira/browse/KAFKA-16146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kamal Chandraprakash updated KAFKA-16146:
-----------------------------------------
Description:
The log-start-offset is not getting flushed to the checkpoint due to the below
check:
[https://sourcegraph.com/github.com/apache/kafka@b16df3b103d915d33670b8156217fc6c2b473f61/-/blob/core/src/main/scala/kafka/log/LogManager.scala?L851]
was:
The log-start-offset checkpoint is not getting updated after deleting the
remote log segments due to the below check:
https://sourcegraph.com/github.com/apache/kafka@b16df3b103d915d33670b8156217fc6c2b473f61/-/blob/core/src/main/scala/kafka/log/LogManager.scala?L851
> Checkpoint log-start-offset for remote log enabled topics
> ---------------------------------------------------------
>
> Key: KAFKA-16146
> URL: https://issues.apache.org/jira/browse/KAFKA-16146
> Project: Kafka
> Issue Type: Task
> Reporter: Kamal Chandraprakash
> Assignee: Kamal Chandraprakash
> Priority: Major
>
> The log-start-offset is not getting flushed to the checkpoint due to the
> below check:
> [https://sourcegraph.com/github.com/apache/kafka@b16df3b103d915d33670b8156217fc6c2b473f61/-/blob/core/src/main/scala/kafka/log/LogManager.scala?L851]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)