Skip to content

fix: recover from poisoned mutex in InMemoryStore#363

Open
shashank-100 wants to merge 1 commit into
solana-foundation:mainfrom
shashank-100:fix/poisoned-mutex-accounting
Open

fix: recover from poisoned mutex in InMemoryStore#363
shashank-100 wants to merge 1 commit into
solana-foundation:mainfrom
shashank-100:fix/poisoned-mutex-accounting

Conversation

@shashank-100
Copy link
Copy Markdown

Replace .unwrap() with .unwrap_or_else(|e| e.into_inner()) on all three mutex lock sites
in InMemoryStore so a thread panic while holding the lock does not permanently crash the accounting system.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2026

@shashank-100 is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant