tanisdlj commented on issue #5589: URL: https://github.com/apache/druid/issues/5589#issuecomment-860737932
@gianm when I tried the overlord with Java 11 I am getting the following output: ``` Jun 14 14:35:05 druid-master-2 java[13218]: WARNING: An illegal reflective access operation has occurred Jun 14 14:35:05 druid-master-2 java[13218]: WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/opt/druid/lib/guice-4.1.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) Jun 14 14:35:05 druid-master-2 java[13218]: WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 Jun 14 14:35:05 druid-master-2 java[13218]: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations Jun 14 14:35:05 druid-master-2 java[13218]: WARNING: All illegal access operations will be denied in a future release ``` Java version ``` openjdk version "11.0.6" 2020-01-14 OpenJDK Runtime Environment (build 11.0.6+10-post-Debian-1bpo91) OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Debian-1bpo91, mixed mode, sharing) ``` Not sure if it's safe with those warning to push forward :/ -- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
