KAFKA-15038: Remove topicIdByPartitionMap from RemoteLogManager#22345
KAFKA-15038: Remove topicIdByPartitionMap from RemoteLogManager#22345JiayaoS wants to merge 1 commit into
Conversation
|
This revives and updates #20256 for KAFKA-15038. With this change, Tests:
|
c9921e5 to
3f25030
Compare
3f25030 to
befa268
Compare
befa268 to
1ec501c
Compare
|
A label of 'needs-attention' was automatically added to this PR in order to raise the |
Remove
topicIdByPartitionMapfromRemoteLogManagerand resolve topic IDs from the metadata cache for normal remote log operations. For stop-partition paths, passTopicIdPartitionthroughStopPartitionso remote log cleanup can use the topic ID from the metadata image even when the current metadata cache no longer contains the topic.