-
Notifications
You must be signed in to change notification settings - Fork 54
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?: autosharding getting enabled for clusters != 1 #2898
Comments
cc @gabrielmer who is doing some refactoring around that. I am also aiming to improve this logic with #2859 |
I am wondering if it is happening because of default config if shards are not specified nwaku/waku/factory/external_config.nim Lines 312 to 326 in 1c9eb27
|
We did enable autosharding for any cluster in #2505 The idea is in my PR deprecating the |
@richard-ramos WDYT? given that autosharding is enabled by default in every cluster, is there any bug in here? not sure if to whether to close this issue or if there's some action item |
Let's close this. |
Problem
This might not be a bug but intended behavior, but just in case:
While testing interop between go-waku and nwaku for storev3, I noticed the following:
(Notice that shards 0 to 7 are being added automatically.
Please clarify whether this is the intended behavior. In go-waku the tests use content topics with random format, so assuming autosharding is getting enabled by default for all clusterIDs, maybe changes must be done to ensure we use the correct format?, as well as ensure the format for the content topics in status-go is also supported
The text was updated successfully, but these errors were encountered: