[
https://issues.apache.org/jira/browse/FLINK-30389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17653815#comment-17653815
]
Jingsong Lee commented on FLINK-30389:
--------------------------------------
[~Wencong Liu] Assigned
> Add retry to read hints
> -----------------------
>
> Key: FLINK-30389
> URL: https://issues.apache.org/jira/browse/FLINK-30389
> Project: Flink
> Issue Type: Improvement
> Components: Table Store
> Reporter: Jingsong Lee
> Assignee: Wencong Liu
> Priority: Major
> Fix For: table-store-0.3.0
>
>
> For the oss (object store) filesystem. When writing hint file, delete it
> first and then add it. Reading hint file may fail frequently. We don't need
> to return directly in case of failure. We can add a retry.
> {code:java}
> Failed to read hint file LATEST. Falling back to listing files.
> java.io.FileNotFoundException: oss://lake_v4/snapshot/LATEST: No such file or
> directory!
> at
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)