Zekun Li
Zekun Li
I think having this as part of public api is confusing too
I think we just need a proper error message instead of ICE for now
@vl8062 since you're running from source, can you update to latest testnet branch and retry? https://github.com/aptos-labs/aptos-core/commits/testnet
@vl8062 yup, let me know if you still see the crash
is the version increasing? it probably needs to wait for a little to stabilize, if there's no panic we can wait for some time and check
the new log shows the network is not very stable, how many connections do you have?
hmm cc @JoshLind if he has some insights, looks to me a lot of RPC timeout in the logs
@vl8062 can you redirect logs to a file so we can get more logs next time it crashes?
cargo run -p aptos-node --release -- -f ~/$WORKSPACE/testnet/validator.yaml 2>&1 > /path/to/file
also it seems you don't have debug logs, can you run with RUST_LOG=debug cargo run -p aptos-node --release -- -f ~/$WORKSPACE/testnet/validator.yaml 2>&1 > /path/to/file