You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
recently I am getting the following warnings while using bigqueue:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.leansoft.bigqueue.page.MappedPageImpl$Cleaner (file:$HOME/.m2/repository/com/leansoft/bigqueue/0.7.0/bigqueue-0.7.0.jar) to method java.nio.DirectByteBuffer.cleaner()
WARNING: Please consider reporting this to the maintainers of com.leansoft.bigqueue.page.MappedPageImpl$Cleaner
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
After a little bit of searching I learned this might be related to long time open bugs, which have been fixed and back ported:
Same here, the warnings started to popup when we started to move to JRE 11+. Using this product for few years, love it, work flawlessly, thank you for your effort.
Hi,
recently I am getting the following warnings while using bigqueue:
After a little bit of searching I learned this might be related to long time open bugs, which have been fixed and back ported:
JDK-6857566 : (bf) DirectByteBuffer garbage creation can outpace reclamation
JDK-4724038 : (fs) Add unmap method to MappedByteBuffer
Please be informed. Do you plan to fix it?
Btw. I am using bigqueue for a couple of years and want to thank you for your work.
Regards.
The text was updated successfully, but these errors were encountered: