-
Notifications
You must be signed in to change notification settings - Fork 790
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
Upgrade to v15 caused the node to get de-peered #1077
Comments
can you stop the daemon, nuke the config, start it back up, and then provide the config.json that is created as well as what are you using to launch the docker? |
I did nuke the I managed to get it back up by deleting everything in The fresh The Docker node is spinned up by Docker Compose with the following configuration: |
so, it is working now? Had you been running master on the live network before this point? |
It seems so, yeah... But I'm not really sure if it's voting now. Has the voting log message changed from Nope, I've upgraded straight from |
republished does not indicate a vote, is your wallet unlocked, you have the correct seed or private key imported? |
Just wanted to add that I'm hitting the same issue. I restarted the node after removing config.json and it doesn't appear to be peering with other nodes. I'm also upgrading directly from the 14.2 release. |
@argakiig The wallet has no password and |
OK I dont know how, but I got sparse * voting up again! 🎉
It happened after I've restarted the node again, to turn off the vote logging. However, removing the ledger and restarting several times don't consist a recommended solution to this issue, as I can see many people dealing with it... Edit *: The node now votes every 5 mins average, resulting in dropping uptime on nano network monitoring tools. |
Had the same issue, fresh docker node on master tag wouldn't peer with the preconfigured node. Releases-v15 tag works fine. |
Confirming that I was also able to restore the node, but only after resyncing from scratch. Based on MeltingIce's network status page, it appears there are several other v15 nodes that fell out of sync as soon as the latest Docker image was updated to point to the v15 image. Not sure if it has anything to do with this, though there are a couple of instances that are only showing 1 peer. |
I can confirm that my node appeared like this on the network page, while I was having the issue described above. So, they are probably in the same state after auto-upgrading. Now, it seems that I'm normally catching up and stay fully synced, but voting happens once in a while and not every minute (as it used to). Not sure if that was expected after the |
We are going to release V15.1 to address this |
Description of bug:
After upgrading to v15, the CLI stopped responding and the logs got flooded with
Bootstrap stopped because there are no peers
.Steps to reproduce the issue:
latest
image tag/usr/bin/rai_node --wallet_list
Bootstrap stopped because there are no peers
messageDescribe the results you received:
No output at all.
Describe the results you expected:
CLI command output or an error message about the daemon.
Additional information you deem important (e.g. issue happens only occasionally):
RPC calls seems to work so far.
I also tried to delete my old
config.json
file and let the daemon generate a fresh one. Didn't help much.Environment:
logs
The text was updated successfully, but these errors were encountered: