This is an automated email from the ASF dual-hosted git repository.
sodonnell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 22f1712 HDDS-3504. Topology Test is Intermitent. Reduce container
size to 256MB and blocksize to 64MB (#891)
22f1712 is described below
commit 22f1712e25a403996531b9c9855d9912a903beb4
Author: Stephen O'Donnell <[email protected]>
AuthorDate: Wed May 6 11:02:51 2020 +0100
HDDS-3504. Topology Test is Intermitent. Reduce container size to 256MB and
blocksize to 64MB (#891)
---
hadoop-ozone/dist/src/main/compose/ozone-topology/docker-config | 3 ++-
.../dist/src/main/compose/ozone-topology/{run-test.sh => test.sh} | 0
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/compose/ozone-topology/docker-config
b/hadoop-ozone/dist/src/main/compose/ozone-topology/docker-config
index 3556f8f..e0c54ea 100644
--- a/hadoop-ozone/dist/src/main/compose/ozone-topology/docker-config
+++ b/hadoop-ozone/dist/src/main/compose/ozone-topology/docker-config
@@ -16,7 +16,8 @@
OZONE-SITE.XML_ozone.om.address=om
OZONE-SITE.XML_ozone.om.http-address=om:9874
-OZONE-SITE.XML_ozone.scm.container.size=1GB
+OZONE-SITE.XML_ozone.scm.container.size=256MB
+OZONE-SITE.XML_ozone.ozone.scm.block.size=64MB
OZONE-SITE.XML_ozone.scm.pipeline.owner.container.count=1
OZONE-SITE.XML_ozone.scm.names=scm
OZONE-SITE.XML_ozone.scm.datanode.id.dir=/data
diff --git a/hadoop-ozone/dist/src/main/compose/ozone-topology/run-test.sh
b/hadoop-ozone/dist/src/main/compose/ozone-topology/test.sh
similarity index 100%
rename from hadoop-ozone/dist/src/main/compose/ozone-topology/run-test.sh
rename to hadoop-ozone/dist/src/main/compose/ozone-topology/test.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]