Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- links to