Skip to content

Commit

Permalink
fix solRptLdgrStat thread hang (#29118)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi authored Dec 6, 2022
1 parent 33b1524 commit 582397a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:?}"));
}

Expand Down

0 comments on commit 582397a

Please sign in to comment.