[ https://issues.apache.org/jira/browse/KAFKA-18144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chia-Ping Tsai resolved KAFKA-18144. ------------------------------------ Fix Version/s: 4.0.0 Resolution: Fixed fixed by https://github.com/apache/kafka/pull/18021 > Move storage exceptions out of core > ----------------------------------- > > Key: KAFKA-18144 > URL: https://issues.apache.org/jira/browse/KAFKA-18144 > Project: Kafka > Issue Type: Sub-task > Reporter: Mickael Maison > Assignee: Mickael Maison > Priority: Major > Fix For: 4.0.0 > > > To move UnifiedLog/RemoteLogManager out of core, we first need to move the > exceptions these classes use out of core. > - UnexpectedAppendOffsetException can go to server-common because it's also > used by kafka.cluster.Partition > - CustomMetadataSizeLimitExceededException can go to storage because it's > only used by RemoteLogManager > - OffsetsOutOfOrderException can go to storage because it's only used by > UnifiedLog -- This message was sent by Atlassian Jira (v8.20.10#820010)