JingsongLi commented on code in PR #453:
URL: https://github.com/apache/flink-table-store/pull/453#discussion_r1061110047


##########
flink-table-store-core/src/main/java/org/apache/flink/table/store/file/utils/SnapshotManager.java:
##########
@@ -44,6 +45,8 @@ public class SnapshotManager {
     private static final String SNAPSHOT_PREFIX = "snapshot-";
     public static final String EARLIEST = "EARLIEST";
     public static final String LATEST = "LATEST";
+    private static final int READ_HINT_RETRY_NUM = 10;
+    private static final int READ_HINT_RETRY_INTERVAL = 200;

Review Comment:
   Maybe the better choice is:
   - `READ_HINT_RETRY_NUM` is 3.
   - `READ_HINT_RETRY_INTERVAL` is 1ms.



-- 
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