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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to