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
DB.Close() will return an error if any iterators are still open, to avoid iterator leaks. However, it does not appear to error on open snapshots. It would be nice if it did, since we've found a few instances of these in CRDB.