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/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 6db519afc5 HDDS-9078. Set ratis.thirdparty.io.netty.native.workdir as 
OZONE home temp directory. (#5111)
6db519afc5 is described below

commit 6db519afc5af219d7fe23229ea3100462d8f78d1
Author: ashishkumar50 <[email protected]>
AuthorDate: Thu Aug 31 01:48:42 2023 +0530

    HDDS-9078. Set ratis.thirdparty.io.netty.native.workdir as OZONE home temp 
directory. (#5111)
    
    Co-authored-by: ashishk <[email protected]>
---
 hadoop-ozone/dist/src/shell/ozone/ozone | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-ozone/dist/src/shell/ozone/ozone 
b/hadoop-ozone/dist/src/shell/ozone/ozone
index 3d20c69d66..563df308e8 100755
--- a/hadoop-ozone/dist/src/shell/ozone/ozone
+++ b/hadoop-ozone/dist/src/shell/ozone/ozone
@@ -78,6 +78,7 @@ 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]

Reply via email to