-
Notifications
You must be signed in to change notification settings - Fork 57
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
chore: update the status.* fleets so that they keep using 1MiB as maximum relay message size #2305
Comments
I set this as part of the |
What do you mean by "align the upgrade"? You mean synchronize config changes with upgrade to new version? When do we want to do that? And what config changes are necessary? |
Morning @jakubgs
I mean to coordinate the deployment of
Yes, exactly that
At the time version
( cc @SionoiS @gabrielmer ) |
And what's the schedule for |
The plan is to test v0.24.0-rc1 on As for Status, I do not know. |
I see we are already running v0.24.0 on shards fleet:
But the flag was not applied yet. I can do it today. |
The
It appears to work fine. |
waku-org/nwaku#2305 Signed-off-by: Jakub Sokołowski <[email protected]>
waku-org/nwaku#2305 Signed-off-by: Jakub Sokołowski <[email protected]>
Flag deployed to
Appears to work. |
I have also bumped
Also found a bug in volume size configuration. |
The I will wait till tomorrow to check performance of |
All nodes have been upgraded no
I consider this done. |
Richard suggested to run something like: select distinct contentTopic from messages where storedAt >= ____ and storedAt <= ____ Next time we see this abuse. |
Background
We are about to update the default maximum msg size to 150 KiB as per the following PR: #2298
Therefore, we need to change the
status
deployment scripts so that we keep using 1MiB there and they use the same message size constraints.Thanks @alrevuelta for the heads up on this!
Details
We will need help from the infra team to update the following scripts so the
--max-msg-size="1024KiB"
is passed to thewakunode2
executable instatus.*
fleets:https://github.com/status-im/infra-role-nim-waku/blob/master/templates/docker-compose.yml.j2
https://github.com/status-im/infra-status/blob/master/ansible/group_vars/status-node.yml
Notice that this msg size limitation will be available from version
v0.24.0
onwards and then, we need to apply the deployment change simultaneously with thestatus.*
upgrade tov0.24.0
.Acceptance criteria
The status fleets run well and all major protocols (relay, light-push, filter, store) work well without issues.
The text was updated successfully, but these errors were encountered: