-
Notifications
You must be signed in to change notification settings - Fork 4.6k
beta channel ./net.sh sanity
fails frequently
#2314
Comments
Note: it's all good with leader rotation disabled |
Simple STR for at least one of the N restart/sanity problems: $ cd net/
$ ./ec2.sh create -n 3 -c 0
$ ./net.sh start
$ while sleep 60; do ./net.sh restart -r; done |
Mostly waiting on #2317 to be fixed now |
#2484 contains a couple fixes that ought to help with |
Recently there's been a noticeable improvement in the |
We've moved backwards here significantly with all the new features coming in over the last couple weeks. Putting this on hold for a while until more of forking lands |
./net.sh sanity
fails frequently./net.sh sanity
fails frequently
No longer blocked by anything. This still manifests on testnet-beta. Here's one example from today, https://buildkite.com/solana-labs/testnet-management/builds/26334#01916cd9-c153-4ef7-99b8-987818aea73a, where an airdrop failed during the sanity test:
|
@CriesofCarrots , is this the same problem you triaged yesterday? If so, could you add your analysis here? |
Looking at the logs for these failures, it appears the the poh_recorder on the leader is no longer progressing, which results in the stuck blockhash and no transactions being processed. |
#3749 hopefully helps here... |
Tip of master looks pretty stable recently, let's see how beta performs when we branch off v0.13 later today... |
Looking pretty solid now. No sanity failures overnight. If we're in a similar state tomorrow then this issue can be closed |
…2314) (#2342) ledger-tool: Set initial last full snapshot slot (#2314) (cherry picked from commit 75a640e) Co-authored-by: Brooks <[email protected]>
…olana-labs#2314) (solana-labs#2343) ledger-tool: Set initial last full snapshot slot (solana-labs#2314) (cherry picked from commit 75a640e) Co-authored-by: Brooks <[email protected]>
…olana-labs#2314) (solana-labs#2342) ledger-tool: Set initial last full snapshot slot (solana-labs#2314) (cherry picked from commit 75a640e) Co-authored-by: Brooks <[email protected]>
With #2278 fixed
./net.sh sanity
succeeds sometimes but is still not stable (observable by the "testnet-edge Sanity" notifications in #ci-status).Examining recent failures most of them seem to be related to failing to successfully execute/confirm an airdrop transaction. Need further debug on a local setup.
Blocked by:
Gossip ContactInfo messages are incorrectly signed #3191The text was updated successfully, but these errors were encountered: