You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/10/12 23:33:24 UTC

[GitHub] [druid] gianm commented on issue #13216: Warnigs in Druid node logs after upgrade Java to 11

gianm commented on issue #13216:
URL: https://github.com/apache/druid/issues/13216#issuecomment-1276844735

   This is due to JDK encapsulation: https://druid.apache.org/docs/latest/operations/java.html#strong-encapsulation
   
   You can avoid them, if you like, by adding the mentioned `--add-exports` and `--add-opens` to your jvm parameters. Although as mentioned, the warnings are harmless, so this isn't required. Patch #12839 adds some logic to the startup scripts to set these automatically on Java 17, where they _are_ required.


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org