[
https://issues.apache.org/jira/browse/FLINK-30389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee updated FLINK-30389:
---------------------------------
Description:
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}
was: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.
> 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
> 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)