-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testnet-sanity panic: solana-jsonrpchttp.worker3 panic: Address already in use #1005
Comments
@mvines , just to make sure I understand properly, testnet-sanity ran fine with #960 incorporated four times (builds 863, 865, 867, 869), correct? So far I've only been able to reproduce the panic by binding to the RPC port with another application before starting a fullnode. Leader and validators on the same machine just yoink the port from each other. I wonder if this testnet-sanity build might have been running into something at the end of the previous testnet-deploy build, since they started 2min apart instead of the usual 5min. Would you be completely opposed to re-enabling the validator sanity test for half a day or so to see how often the issue recurs in your scheduled builds? That said, I will add in a non-panicky way to handle an RPC port conflict regardless... |
Yep, no problem. I've removed the You're right though, this issue doesn't seem to reproduce 100% of the time. I've actually only seen it occur once |
Bumps [console](https://github.com/mitsuhiko/console) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/mitsuhiko/console/releases) - [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md) - [Commits](console-rs/console@0.13.0...0.14.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#960 appears to have caused an issue with testnet-sanity. See https://buildkite.com/solana-labs/testnet-sanity/builds/871#33874f3a-91d2-4ccf-b033-522ca0883939
In the mean time, I've set
to keep us going. Ref: https://github.com/solana-labs/solana/blob/master/ci/testnet-sanity.sh#L54
The text was updated successfully, but these errors were encountered: