Skip to content
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

Starting the node server before metadata is set up leads to panics on connection attempts #2212

Open
tillrohrmann opened this issue Nov 5, 2024 · 1 comment

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Nov 5, 2024

Starting the node server before metadata is set up leads to panics on connection attempts after #2185 was merged. The problem is that we need to start the node server before setting up the metadata because the metadata store runs on this server. This allows, however, that connection attempts are being made before my_node_id is properly set which leads to the panic of the runtime.

@tillrohrmann
Copy link
Contributor Author

Right now, #2185 has been reverted on main to solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant