adoroszlai commented on code in PR #7001:
URL: https://github.com/apache/ozone/pull/7001#discussion_r1695340204


##########
hadoop-ozone/dist/src/shell/ozone/ozone:
##########
@@ -138,7 +125,7 @@ function ozonecmd_case
     ;;
     freon)
       OZONE_CLASSNAME=org.apache.hadoop.ozone.freon.Freon
-      OZONE_FREON_OPTS="${OZONE_FREON_OPTS} ${NETTY_OPTS} 
${OZONE_MODULE_ACCESS_ARGS}"
+      OZONE_FREON_OPTS="${OZONE_FREON_OPTS} ${OZONE_MODULE_ACCESS_ARGS}"

Review Comment:
   Should we add `${RATIS_OPTS}` here and similar commands, where `NETTY_OPTS` 
was present, but `RATIS_OPTS` is not?  Otherwise 
`tryReflectionSetAccessible=true` will not be set for such commands.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to