We recently ran into strange issue where a StoreReader.get(Object key) given the key returned a null, but when we do StoreReader.iterable() we could see the key and the value printer correctly.
This happened only for one particular key. Debugging in the paldb library and see that the slotBuffer is loaded with ZERO’s for that particular key and offset results in a ZERO.
I have attached screenshot of the debug point. I am unable to re-produce this with the same key and dataset.
