nielsbasjes commented on PR #2807: URL: https://github.com/apache/drill/pull/2807#issuecomment-1558749681
[I'm ignoring the "Network is unreachable" problem because I cannot help with that]. Some background: The Yauaa jar is now a MultiRelease jar that at runtime automatically selects the correct caching implementation. So running in Java 8 it will use a basic LRUMap and when running in Java 11+ it will use Caffeine. This is the reason why this error only is visible under Java 11 and 17 and not under 8. What I understand right now: Building and running on Java 11 and 17 fails with `java.lang.NoClassDefFoundError: com/github/benmanes/caffeine/cache/Caffeine` because that has been excluded. I'm going to do a local test to see if I can reproduce this specific problem and look for a way to fix it. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org