> > - the level of testing that has been done so far by community members > (including of various extensions and ingestion methods); related, it would > be helpful to know if anyone has been running Druid in production on Java > 11 >
I have not run actually run Druid with Java 11 yet. Most of my efforts so far have been to get unit tests to pass. > - if there are any known remaining issues that need to be addressed > The next step would be to upgrade our integration test framework, and run integration tests with Java 11. - in which release does the community feel comfortable declaring official > Java 11 support > If we get integration tests to pass before 0.16, we can ask people to try it out, and probably mark Java 11 support experimental > Xavier, do you know > of any significant areas of the codebase that need to be looked at before > we can declare Java 11 support? What about issues/restrictions around > Hadoop integration? On the hadoop integration side we would need help from someone running hadoop. We should at least verify that Druid running Java 11 can successfully submit tasks to a hadoop cluster and make sure there aren't any odd classpath issues. Hadoop itself doesn't support Java 11 yet, so the jobs themselves would still run with Java 8.