Mickael Maison created KAFKA-18144:
--------------------------------------
Summary: Move tiered 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
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)