gianm edited a comment on pull request #12232: URL: https://github.com/apache/druid/pull/12232#issuecomment-1029578877
> I wonder if worth mentioning in the docs that there might be scary but harmless logs about things that can go away with the relevant jvm module flags Good point. What are the flags? IMO, we should add them ourselves to the default jvm.config file. The flags will cause Java 8 to bomb out, so we'll need to either have two jvm.configs and have the startup script pick the right one, or add `-XX:+IgnoreUnrecognizedVMOptions` too so Java 8 ignores them. -- 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]
