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
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
…efore checking it in ProgressMap. (backport of solana-labs#2676) (solana-labs#2691)
Check poh_recorder.start_slot() hasn't been dumped previously before checking it in ProgressMap. (solana-labs#2676)
* Check poh_recorder.start_slot() hasn't been dumped previously before checking it in progress_map.
* Add more comments and put in checks for maybe_start_leader.
* Update core/src/replay_stage.rs
Co-authored-by: Ashwin Sekar <[email protected]>
* Use a slot which I am not leader to avoid dumping my own slot panic.
* Address reviewer comments.
* Address reviewer comments.
---------
Co-authored-by: Ashwin Sekar <[email protected]>
(cherry picked from commit 053faa6)
Co-authored-by: Wen <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem
an Entry iterator is the wrong thing to replay a ledger for node startup, because it has no forks
Proposed Solution
have process_ledger take db_ledger instead of an iterator
complications:
ledger_tool
The text was updated successfully, but these errors were encountered: