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
Tendermint version (use tendermint version or git rev-parse --verify HEAD if installed from source): 0.25.0-0c9c3292
tendermint version
git rev-parse --verify HEAD
ABCI app (name for built-in, URL for self-written if it's publicly available): Not sure
Environment:
What happened:
When running on single node, I see below error "Couldn't connect to any seeds module=p2p" periodically
What you expected to happen: Expect no errors?
Have you tried the latest version: yes/no yes
How to reproduce it (as minimally and precisely as possible): Running on single node mode
tendermint init tendermint node --proxy_app=kvstore
Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):
I[11-05|13:11:57.586] Indexed block module=txindex height=10316 I[11-05|13:11:58.485] Ensure peers module=p2p numOutPeers=0 numInPeers=0 numDialing=0 numToDial=10 I[11-05|13:11:58.485] No addresses to dial nor connected peers. Falling back to seeds module=p2p E[11-05|13:11:58.485] Couldn't connect to any seeds module=p2p I[11-05|13:11:58.587] Timed out module=consensus dur=997.419ms height=10317 round=0 step=RoundStepNewHeight
Config (you can paste only the changes you've made):
node command runtime flags:
/dump_consensus_state output for consensus bugs
/dump_consensus_state
Anything else we need to know:
The text was updated successfully, but these errors were encountered:
That's expected behaviour since you're running a single node blockchain. Your chain should still be producing blocks, yeah?
Sorry, something went wrong.
@bobio2018 note there's no such thing as "single node" deployment in Tendermint. It only makes sense for local development and trying stuff out as a first time user. We can change the log level from Error to Info however. Do you want to submit a PR?
Error
Info
thank you everyone, closing the ticket now.
only dial seeds if we have seedAddrs
ea15870
Refs #2757
No branches or pull requests
Tendermint version (use
tendermint version
orgit rev-parse --verify HEAD
if installed from source):0.25.0-0c9c3292
ABCI app (name for built-in, URL for self-written if it's publicly available):
Not sure
Environment:
MacOS High Sierra version 10.13.6
What happened:
When running on single node, I see below error "Couldn't connect to any seeds module=p2p" periodically
What you expected to happen:
Expect no errors?
Have you tried the latest version: yes/no
yes
How to reproduce it (as minimally and precisely as possible):
Running on single node mode
Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):
Config (you can paste only the changes you've made):
node command runtime flags:
/dump_consensus_state
output for consensus bugsAnything else we need to know:
The text was updated successfully, but these errors were encountered: