eolivelli opened a new pull request #380: Issue-376 Skip getSysFileDescriptor if JournalRemovePagesFromCache=false URL: https://github.com/apache/bookkeeper/pull/380 Skip illegal reflective calls if not needed, this way the Bookie will run on Java9 cleanly We need to access internals of FileDescriptor class only if JournalRemovePagesFromCache=true. This change will allow to run the bookie on Java9 just by using JournalRemovePagesFromCache=false. see #376 ---------------------------------------------------------------- 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: us...@infra.apache.org
With regards, Apache Git Services