Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete does not remove from Iterator #97

Closed
marcosrachid opened this issue Mar 15, 2018 · 2 comments
Closed

Delete does not remove from Iterator #97

marcosrachid opened this issue Mar 15, 2018 · 2 comments

Comments

@marcosrachid
Copy link

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 ?

@pcmind
Copy link
Contributor

pcmind commented Mar 18, 2018

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.

@platacc
Copy link

platacc commented Dec 17, 2021

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants