This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.1 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 7b572015971d2b410db47de9682a20b0a8562efd Author: Doroszlai, Attila <[email protected]> AuthorDate: Sat Dec 6 14:39:15 2025 +0100 HDDS-14093. Timeout in xcompat-cluster-2.0.0-client-2.0.0-write (#9444) (cherry picked from commit fb80176568d0a76a0ab76fd6e452e19c0f254e2b) --- hadoop-ozone/dist/src/main/compose/xcompat/docker-config | 1 - hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/docker-config b/hadoop-ozone/dist/src/main/compose/xcompat/docker-config index 2d964394501..f128934072a 100644 --- a/hadoop-ozone/dist/src/main/compose/xcompat/docker-config +++ b/hadoop-ozone/dist/src/main/compose/xcompat/docker-config @@ -20,7 +20,6 @@ CORE-SITE.XML_fs.ofs.impl=org.apache.hadoop.fs.ozone.RootedOzoneFileSystem OZONE-SITE.XML_hdds.datanode.dir=/data/hdds OZONE-SITE.XML_hdds.datanode.volume.min.free.space=100MB -OZONE-SITE.XML_hdds.datanode.volume.min.free.space.percent=0.001f OZONE-SITE.XML_hdds.scm.safemode.min.datanode=3 OZONE-SITE.XML_ozone.metadata.dirs=/data/metadata OZONE-SITE.XML_ozone.om.address=om diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml b/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml index 275338d7e70..3de29df026d 100644 --- a/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml +++ b/hadoop-ozone/dist/src/main/compose/xcompat/new-cluster.yaml @@ -56,6 +56,7 @@ services: - 9882 environment: OZONE_OPTS: + OZONE-SITE.XML_hdds.datanode.volume.min.free.space.percent: 0 command: ["ozone","datanode"] om: <<: *new-config --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
