-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
I restarted a node running on gaia-5001 and it went into an infinite loop in wal.SearchForEndHeight in https://github.com/tendermint/tendermint/blob/master/consensus/wal.go#L140
Looks like the height did not exist in the WAL already, but instead of realizing that, it just looped forever so the ConsensusState never got started.
Reactions are currently unavailable