ChenSammi commented on PR #5630: URL: https://github.com/apache/ozone/pull/5630#issuecomment-1819042418
@adoroszlai , this changes the previous temp directory used by netty from /tmp to $OZONE_HOME/temp. "temp" is not there after Ozone installation. In the case that OM/SCM/DN process doesn't have r/w/x permission of $OZONE_HOME and "hdds.grpc.tls.enabled" is enabled, then process will fail to start, because of netty failure "java.lang.UnsatisfiedLinkError: failed to load the required native library". After revert this change, netty will got back to use /tmp as the directory to place the .so file extract from the Ozone jar file, which is fine to work. -- 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]
