This is an automated email from the ASF dual-hosted git repository. sammichen pushed a commit to branch revert-5111-HDDS-9078 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 80186630ea4435d905be4b20cc10966be77a2528 Author: Sammi Chen <[email protected]> AuthorDate: Mon Nov 20 17:26:59 2023 +0800 Revert "HDDS-9078. Set ratis.thirdparty.io.netty.native.workdir as OZONE home temp directory. (#5111)" This reverts commit 6db519afc5af219d7fe23229ea3100462d8f78d1. --- hadoop-ozone/dist/src/shell/ozone/ozone | 1 - 1 file changed, 1 deletion(-) diff --git a/hadoop-ozone/dist/src/shell/ozone/ozone b/hadoop-ozone/dist/src/shell/ozone/ozone index 5a154cb1a8..752d311535 100755 --- a/hadoop-ozone/dist/src/shell/ozone/ozone +++ b/hadoop-ozone/dist/src/shell/ozone/ozone @@ -79,7 +79,6 @@ function ozonecmd_case # This parameter significantly reduces GC pressure for Datanode. # Corresponding Ratis issue https://issues.apache.org/jira/browse/RATIS-534. RATIS_OPTS="-Dorg.apache.ratis.thirdparty.io.netty.allocator.useCacheForAllThreads=false ${RATIS_OPTS}" - OZONE_OPTS="-Dorg.apache.ratis.thirdparty.io.netty.native.workdir=${OZONE_HOME}/temp ${OZONE_OPTS}" # Add JVM parameter for Java 17 OZONE_MODULE_ACCESS_ARGS="" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
