aubdiy commented on a change in pull request #16927:
URL: https://github.com/apache/flink/pull/16927#discussion_r806597516



##########
File path: 
flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopRecoverableFsDataOutputStream.java
##########
@@ -53,7 +56,9 @@
 @Internal
 class HadoopRecoverableFsDataOutputStream extends 
RecoverableFsDataOutputStream {
 
-    private static final long LEASE_TIMEOUT = 100_000L;
+    private static final long LEASE_RECOVERY_TIMEOUT_MS = 9_000_000L;

Review comment:
       @link3280    i have added you ,   and  Wrote a blog about this issue.

##########
File path: 
flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopRecoverableFsDataOutputStream.java
##########
@@ -53,7 +56,9 @@
 @Internal
 class HadoopRecoverableFsDataOutputStream extends 
RecoverableFsDataOutputStream {
 
-    private static final long LEASE_TIMEOUT = 100_000L;
+    private static final long LEASE_RECOVERY_TIMEOUT_MS = 9_000_000L;

Review comment:
       @link3280    i have added you ,   and  Wrote a blog about this issue.    
[https://blog.csdn.net/aubdiy/article/details/122941621](https://blog.csdn.net/aubdiy/article/details/122941621)




-- 
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-unsubscr...@flink.apache.org

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


Reply via email to