cxzl25 commented on code in PR #24896:
URL: https://github.com/apache/flink/pull/24896#discussion_r1627909553
##########
flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/BaseHadoopFsRecoverableFsDataOutputStream.java:
##########
@@ -59,7 +59,7 @@ public void write(byte[] b, int off, int len) throws
IOException {
@Override
public void flush() throws IOException {
- out.hsync();
+ out.hflush();
Review Comment:
Before FLINK-30128
https://github.com/apache/flink/blob/0f14f13122e2df5e4a2396871936a5b6ff47cd12/flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopRecoverableFsDataOutputStream.java#L117-L126
--
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]