fix solRptLdgrStat thread hang (#29118)

This commit is contained in:
HaoranYi 2022-12-06 17:09:56 -06:00 committed by GitHub
parent 33b15240ac
commit 582397ad48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1579,6 +1579,7 @@ impl<'a> ProcessBlockStore<'a> {
self.cache_block_meta_sender.as_ref(),
&self.accounts_background_request_sender,
) {
exit.store(true, Ordering::Relaxed);
return Err(format!("Failed to load ledger: {e:?}"));
}