-
Notifications
You must be signed in to change notification settings - Fork 637
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
Bootnodes should not get wiped #3641
Comments
Was bootnodes not blank before? I don't think there is anything that magically changes the file. |
The nodes were running just fine and we use |
They could either by passing bootnodes as command line arguments, or if the node was already running before and has peer stored in storage. |
We don't have boot nodes CLI argument (#3156). Well, if we wipe the
It seems that currently, we can lose the |
We definitely don't wipe out bootnodes in the config. You can verify this by stopping and restarting a node many times. I am not sure why it happened. Is it possible that you changed your config? |
I did not edit the file. I had a running node, and it stuck on the epoch boundary due to protocol incompatibility, so I brought a new |
@frol interesting. Can you reliably reproduce it? I have a node that I have stopped an restarted many times (including using different neards) and it still has bootnodes in the config file. |
I cannot reproduce it 😞 |
Let's keep it closed, but if you observe it, you know where to report it |
Describe the bug
@khorolets and I observed a few times a situation where a perfectly working node just stops syncing and after a restart we observe that the
"boot_nodes"
section in the config is completely blank.@bowenwang1996 I have no idea who might be the best person to clarify the situation. Could you help to triage it?
To Reproduce
N/A
Expected behavior
There should be boot nodes.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: