-
-
Notifications
You must be signed in to change notification settings - Fork 881
Closed
Description
Hi, under multithreaded high load, I got this exception:
java.lang.NullPointerException
at org.mapdb.volume.ByteBufferVol.getSlice(ByteBufferVol.java:43)
at org.mapdb.volume.ByteBufferVol.getLong(ByteBufferVol.java:122)
at org.mapdb.StoreDirect.getIndexVal(StoreDirect.kt:128)
at org.mapdb.StoreDirect.getBinaryLong(StoreDirect.kt:556)
at org.mapdb.IndexTreeListJava.treeGetBinary(IndexTreeListJava.java:238)
at org.mapdb.IndexTreeListJava.treeGet(IndexTreeListJava.java:193)
at org.mapdb.IndexTreeLongLongMap.get(IndexTreeLongLongMap.kt:77)
at org.mapdb.HTreeMap.getprotected(HTreeMap.kt:629)
at org.mapdb.HTreeMap.get(HTreeMap.kt:603)
...
Code as attachment.
Version 3.0.5
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels