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

bug: can't start node without subscribed pubsub topics in clusterIds different than 0 #2311

Closed
gabrielmer opened this issue Dec 20, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gabrielmer
Copy link
Contributor

Problem

Currently, we are allowed to start a node on clusterId 0 without subscribing to pubsub topics from startup, but not for clusterIds different than 0. In that case, we get the following error:

ERR 2023-12-20 11:01:10.765+01:00 no sharding info                           topics="wakunode main" tid=93403 file=app.nim:138

To reproduce

  1. Run ./build/wakunode2 --relay=true --cluster-id=18

Expected behavior

We should be able to start nodes in clusterIds different than 0 without having to subscribe to pubsub topics from the CLI.

Screenshots/logs

If applicable, add screenshots or logs to help explain your problem.

nwaku version/commit hash

@gabrielmer
Copy link
Contributor Author

Fixed by #2368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant