This is an automated email from the ASF dual-hosted git repository.
nanda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new bf12f4e6bf HDDS-9766. Intermittent AlreadyClosedException in
TestCommitWatcher.testReleaseBuffersOnException. (#5700)
bf12f4e6bf is described below
commit bf12f4e6bfb889ed5fb9ab02c7ffb0d8c2623ded
Author: Arafat2198 <[email protected]>
AuthorDate: Thu Nov 30 01:54:41 2023 +0530
HDDS-9766. Intermittent AlreadyClosedException in
TestCommitWatcher.testReleaseBuffersOnException. (#5700)
---
.../java/org/apache/hadoop/hdds/scm/storage/TestCommitWatcher.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/storage/TestCommitWatcher.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/storage/TestCommitWatcher.java
index ede67e55ee..3e648fd816 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/storage/TestCommitWatcher.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/storage/TestCommitWatcher.java
@@ -141,8 +141,8 @@ public class TestCommitWatcher {
conf.setStorageSize(OzoneConfigKeys.OZONE_SCM_BLOCK_SIZE, 4,
StorageUnit.MB);
cluster = MiniOzoneCluster.newBuilder(conf)
- .setNumDatanodes(7)
- .setTotalPipelineNumLimit(10)
+ .setNumDatanodes(5)
+ .setTotalPipelineNumLimit(3)
.setBlockSize(blockSize)
.setChunkSize(chunkSize)
.setStreamBufferFlushSize(flushSize)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]