newur edited a comment on pull request #10983: URL: https://github.com/apache/pulsar/pull/10983#issuecomment-864521828
For the record: deep down the following error is thrown when using JDK 16 and aircompressor <19: ``` Unable to make field long java.nio.Buffer.address accessible: module java.base does not "opens java.nio" to unnamed module ``` Could not make it work with VM parameters like `--add-opens java.base/java.nio=ALL-UNNAMED`. Also see: https://github.com/airlift/aircompressor/issues/125 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
