pan3793 commented on PR #7145: URL: https://github.com/apache/hadoop/pull/7145#issuecomment-2999124532
Hi, I managed to use reflection to replace the direct call of `sun.misc.Singal` in https://github.com/apache/hadoop/pull/7759 so that we don't need to worry about pulling new dependencies. I think the only advantage is making us closer to compile Hadoop with `--release 8`? (to achieve this goal, we still need to fix `sun.misc.Unsafe` usage) cc @adoroszlai @slfan1989 @steveloughran @jojochuang @cnauroth -- 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]
