[
https://issues.apache.org/jira/browse/FLINK-30389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-30389.
--------------------------------
Resolution: Fixed
master: 2586516e12c9c4141e80741fb604e65c4d9c7445
release-0.3: 9cc9956c5bcdae3980b15b5d12bd4a5e2fcba377
> 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
> Labels: pull-request-available
> 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)