This is an automated email from the ASF dual-hosted git repository.
siyao pushed a commit to branch HDDS-7593
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/HDDS-7593 by this push:
new c4a5d80954 Comment out `watchForCommit` call in `handleFlushInternal`
now that it is not needed.
c4a5d80954 is described below
commit c4a5d8095437025e7d47be4b58470c9b7646dc0e
Author: Siyao Meng <[email protected]>
AuthorDate: Tue Jan 16 18:03:49 2024 -0800
Comment out `watchForCommit` call in `handleFlushInternal` now that it is
not needed.
---
.../main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java
b/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java
index 9988fb258e..62c8d65a36 100644
---
a/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java
+++
b/hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockOutputStream.java
@@ -582,7 +582,7 @@ public class BlockOutputStream extends OutputStream {
executePutBlock(true, true);
}
waitOnFlushFutures();
- watchForCommit(false);
+// watchForCommit(false);
// just check again if the exception is hit while waiting for the
// futures to ensure flush has indeed succeeded
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]