[
https://issues.apache.org/jira/browse/KAFKA-18166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903403#comment-17903403
]
PoAn Yang commented on KAFKA-18166:
-----------------------------------
Thank you. I will follow the suggestion next time. 👍
> Indefinite timeout when publishing events to RLMM (RemoteLogMetadataManager)
> ----------------------------------------------------------------------------
>
> Key: KAFKA-18166
> URL: https://issues.apache.org/jira/browse/KAFKA-18166
> Project: Kafka
> Issue Type: Improvement
> Components: Tiered-Storage
> Affects Versions: 4.0.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0
> Reporter: Divij Vaidya
> Assignee: PoAn Yang
> Priority: Minor
> Labels: newbie
>
> RemoteLogManager has multiple instances where we are doing a
> {{CompletableFuture.get()}} without setting its timeout parameter. Ideally,
> we do not want indefinite wait in the code base which depends on external
> components such as RemoteLogMetadataManager. For example, the code would
> "hang" if the underlying RLMM is not available or very slow for some reason.
> The objective of this task is to set a reasonable timeout (my suggestion is 1
> sec) on these futures. You will also need to handle the ensuing
> TimeoutException accordingly.
> [https://github.com/apache/kafka/blob/50b6953661a46d7d57a8aca5c875e91a19166253/core/src/main/java/kafka/log/remote/RemoteLogManager.java#L572]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)