[
https://issues.apache.org/jira/browse/KAFKA-19981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kamal Chandraprakash updated KAFKA-19981:
-----------------------------------------
Description:
RemoteLogManager does not distinguish between RemoteStorageException and
RetriableRemoteStorageException.
The plugin implementors of RemoteStorageManager might implement Circuit
breakers and throw RetriableRemoteStorageException exceptions when the object
storage degrades, we may have to handle the retriable error gracefully in the
segment copy / deletion path so that it does not pollute the broker logs.
was:
RemoteLogManager does not distinguish between RemoteStorageException and
RetriableRemoteStorageException.
The plugin implementors of RemoteStorageManager might implement Circuit
breakers and throw retriable exceptions when the object storage degrades, we
may have to handle the retriable error gracefully in the segment copy /
deletion path so that it does not pollute the broker logs.
> Handle retriable remote storage exception in RemoteLogManager
> -------------------------------------------------------------
>
> Key: KAFKA-19981
> URL: https://issues.apache.org/jira/browse/KAFKA-19981
> Project: Kafka
> Issue Type: Task
> Components: Tiered-Storage
> Reporter: Kamal Chandraprakash
> Assignee: Lan Ding
> Priority: Minor
>
> RemoteLogManager does not distinguish between RemoteStorageException and
> RetriableRemoteStorageException.
> The plugin implementors of RemoteStorageManager might implement Circuit
> breakers and throw RetriableRemoteStorageException exceptions when the object
> storage degrades, we may have to handle the retriable error gracefully in the
> segment copy / deletion path so that it does not pollute the broker logs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)