You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/24 06:44:20 UTC

[GitHub] [flink-table-store] JingsongLi commented on pull request #100: [FLINK-27361] Introduce retry mechanism for SnapshotFinder

JingsongLi commented on PR #100:
URL: https://github.com/apache/flink-table-store/pull/100#issuecomment-1107761513

   Let me state my understanding of the issue.
   The fundamental problem with it is that Flink's LocalFileSystem implementation is not perfect. Its impact is manageable, because in a slightly more formal environment, no LocalFileSystem is used.
   
   We can mitigate or avoid it here in the table store. For example, add a method inside FileUtils: safetyListStatus, which adds a FileNotFound retry, such as retry 20 times.
   
   There is no need to add an option, because essentially the problem should not exist on the right path, it is only a temporary problem, unless the option is oriented to a broader application.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org