Steven Werner
Results
1
issues of
Steven Werner
fileLoad() of mapDBfile fails when DBMaker is set to readOnly, fileLoad() succeeds if not readOnly ``` java.lang.UnsupportedOperationException: null at java.nio.MappedByteBuffer.checkMapped(MappedByteBuffer.java:96) ~[?:1.8.0_302] at java.nio.MappedByteBuffer.load(MappedByteBuffer.java:156) ~[?:1.8.0_302] at org.mapdb.volume.MappedFileVolSingle.fileLoad(MappedFileVolSingle.java:173) ~[mapdb-3.0.8.jar:?] at org.mapdb.StoreDirect.fileLoad(StoreDirect.kt:1112) ~[mapdb-3.0.8.jar:?]...