You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect it may not be safe to modify a key domain while an iterator exists over it - there's currently no documentation on this, but we should look into what the behavior is and document it.
Note that IAVL does not use DB.Iterator(), which is documented to not be safe to modify while iterating.
The text was updated successfully, but these errors were encountered:
I suspect it may not be safe to modify a key domain while an iterator exists over it - there's currently no documentation on this, but we should look into what the behavior is and document it.
Note that IAVL does not use
DB.Iterator()
, which is documented to not be safe to modify while iterating.The text was updated successfully, but these errors were encountered: