[
https://issues.apache.org/jira/browse/KAFKA-13560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17911521#comment-17911521
]
David Jacot commented on KAFKA-13560:
-------------------------------------
Removed the fix version as this work is not planned in 4.0.
> Load indexes and data in async manner in the critical path of replica fetcher
> threads.
> ---------------------------------------------------------------------------------------
>
> Key: KAFKA-13560
> URL: https://issues.apache.org/jira/browse/KAFKA-13560
> Project: Kafka
> Issue Type: Task
> Components: core
> Reporter: Satish Duggana
> Assignee: Peter Lee
> Priority: Major
>
> https://github.com/apache/kafka/pull/11390#discussion_r762366976
> https://github.com/apache/kafka/pull/11390#discussion_r1033141283
> https://github.com/apache/kafka/pull/15690 removed the below method from in
> `TierStateMachine` interface. This can be added back when we implement the
> functionality required to address this issue.
> {code:java}
> public Optional<PartitionFetchState> maybeAdvanceState(TopicPartition
> topicPartition, PartitionFetchState currentFetchState)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)