hequn8128 edited a comment on issue #11341: [FLINK-16273][python] Set io.netty.tryReflectionSetAccessible to true by default URL: https://github.com/apache/flink/pull/11341#issuecomment-596352071 @dianfu Thanks a lot for the fix. 👍 Maybe set the setting only it has not been set by users? There is a chance that it is set to false under jdk<9 by users? - check whether the property has been set - set it to true if it has not been set. - if it is set to false by users, don't change it to true but add `try catch` to catch the exception and add meaningfully error message.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services