dain / leveldb

Port of LevelDB to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Delete does not remove from Iterator

marcosrachid opened this issue · comments

I'm currently trying to iterate over the leveldb, but the previous key that was deleted is still there, but without a value. Is it an issue or it is supposed to be just like this ?

How are you getting those, could you give more detail or a code sample to reproduce the issue?
Once deleted, entries should not be visible anymore; much less only part of it.

I'm currently trying to iterate over the leveldb, but the previous key that was deleted is still there, but without a value. Is it an issue or it is supposed to be just like this ?

Hey, did you ever resolve this issue? I am getting this same error?