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
fix: data race when doing a snapshot in cache mode (#5336)
The issue - during the snapshotting
we tried to fetch the same delayed entry which lead to data-races and deadlocks.
The fix - to pull the entry into a stack before preempting,
ensuring each fiber handles its own entry.
Fixes#4965
Signed-off-by: Roman Gershman <[email protected]>
0 commit comments