hpandeycodeit opened a new issue #6996: [Proposal] Adding a Known issues section for developers/contributors URL: https://github.com/apache/incubator-druid/issues/6996 **Background:** I have Java 8 as well as 11 installed on my machine and once I forgot to change the JAVA_HOME to jdk 8 due to which my build failed with errors that aren't useful to figure out if that is a Java version issue. For eg: `[ERROR] /Users/hpandey/projects/incubator-druid/core/src/main/java/org/apache/druid/collections/ReferenceCountingResourceHolder.java:[25,16] cannot find symbol [ERROR] symbol: class Cleaner [ERROR] location: package sun.misc ` Adding a known issues section here on the GitHub can help the new developers or contributors to reolve such common issues which they might encounter during their initial setup or build. Thoughts? Thanks, Himanshu
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
