anza-xyz / agave

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
https://www.anza.xyz/
Apache License 2.0
427 stars 210 forks source link

`solana-test-validator` halts continuosly #1454

Open ouoabcde opened 5 months ago

ouoabcde commented 5 months ago

Problem

solana-test-validator halts continuosly. So I have to --reset often. This time, it halted at slot 2504.

00:00:39 | Processed Slot: 2504 | Confirmed Slot: 2504 | Finalized Slot: 2504 | Full Snapshot Slot: 2504 | Incremental Snapshot Slot: - | Transactions: 2907 | ◎499.988

My solana-cli version is solana-cli 1.18.14 (src:d8e08244; feat:4215500110, client:SolanaLabs)

Proposed Solution

Localnet should not halt.

steviez commented 1 month ago

Hi @ouoabcde - I was unable to reproduce the issue on my side with the tip of master:

⠐ 00:20:45 | Processed Slot: 2586 | Confirmed Slot: 2586 | Finalized Slot: 2555 | Full Snapshot Slot: 2500 | Incremental Snapshot Slot: - | Transactions: 2585

There is no reason that solana-test-validator should halt; what is your hardware setup and how are you interacting with the test-validator ? Also, I doubt it is the source of your issues, but wouldn't hurt to try with a newer version as well.

I realize our response was delayed, but I'll probably close this out in a week or two if I don't hear back from you. MNB should be progressing to v2.0 soon, but we could always open a new issue if you're able to reproduce with a v2.0.x release as well