Ismael Juma created KAFKA-5915:
----------------------------------
Summary: Support unmapping of mapped/direct buffers in Java 9
Key: KAFKA-5915
URL: https://issues.apache.org/jira/browse/KAFKA-5915
Project: Kafka
Issue Type: Improvement
Reporter: Ismael Juma
Assignee: Ismael Juma
Fix For: 1.0.0
This currently fails with:
{code}
java.lang.IllegalAccessError: class kafka.log.AbstractIndex (in unnamed module
@0x45103d6b) cannot access class jdk.internal.ref.Cleaner (in module java.base)
because module java.base does not export jdk.internal.ref to unnamed module
@0x45103d6b
{code}
A commit that shows how Lucene changed their code to run without warnings:
https://github.com/apache/lucene-solr/commit/7e03427fa14a024ce257babcb8362d2451941e21
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)