fast-serialization
fast-serialization copied to clipboard
FST got this issue with String.length
java.lang.NullPointerException: null at java.lang.String.length(String.java:623)
org.nustaq.serialization.FSTConfiguration#asObject
org.nustaq.offheap.bytez.onheap.HeapBytez got this issue?
It's caused by FST using Unsafe API. You can refer to https://bugs.openjdk.java.net/browse/JDK-8180269
Sadly, I'm also decide rollback before use FST.