duongkame commented on code in PR #6859: URL: https://github.com/apache/ozone/pull/6859#discussion_r1676591402
########## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java: ########## @@ -153,7 +155,7 @@ public class TestHSync { private static final BucketLayout BUCKET_LAYOUT = BucketLayout.FILE_SYSTEM_OPTIMIZED; private static final int CHUNK_SIZE = 4 << 12; - private static final int FLUSH_SIZE = 2 * CHUNK_SIZE; + private static final int FLUSH_SIZE = 3 * CHUNK_SIZE; Review Comment: Nah, I put it to make the test work when BufferPool can't handle allocation pass capacity. -- 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...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org