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
Currently, the corruptabledb has no special handling for iterators. This means that an iterator may terminate early due to an unexpected transient database failure. In this case we should close the database like other unexpected transient database failures.