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
LedgerDB.V2: prevent race condition when snapshotting
Hold a read lock while getting and duplicating the anchor handle, such that the
handle can not be closed in between.
Also make sure to close the duplicated handle.
0 commit comments