-
Notifications
You must be signed in to change notification settings - Fork 5
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
Static sharding & Postgres #74
Comments
Maybe more then 4 nodes. Depends if testing only 2 shards is sufficient (probably not). |
Number of nodes doesn't have to equal the number of shards. In fact all nodes should support the same shards and likely ~10 in total. I think we can come up with more precise requirements here. Let's discuss in nwaku-PM call and be specific here (i.e. which shards, how to set up the postgresql settings and what services should be enabled here). |
Static ShardingCluster 16 is reserved for status main net according to RFC52 shall we use cluster 18 for test net? Topics;
ProtocolsAt least one Store node to test new DB, LightPush, Filter, Peer Exchange, RLN and Relay Otherwise will use the default values from wakuv2-test.yml |
@jakubgs - Re Postgres we need to pass a param analog to the next one, to each
Obviously, the user (test1234) and the password (5432) should be changed and cannot be written in GitHub. We need to keep them secret :) On the other hand, the We should be able to interact with the Postgres database from within its own host through the As we've mentioned, we'll only have one Postgres instance for now. I suggest having it in the AMS data center. Thanks in advance! |
You know, just because you open an issue in a repo doesn't mean I will see it. You actually have to ping me, like the comment above did, otherwise I will never see it. |
Lol, really, I wouldn't have guessed :D. Hahahaha |
We already have a Postgres setup for I assume in this case it would also be optional and enabled by a flag. |
Also, can someone explain to em what this PR was for and why it was closed? Is it related? |
At first I thought I was going to setup the fleet but the process seams to be that we ask and specify what we need to you @jakubgs Is that how it works usually? |
I welcome PRs, since they save me time in the long run. That PR looked pretty sensible, maybe a few things to fix. |
I'll make the changes then we can continue. |
#74 Signed-off-by: Jakub Sokołowski <[email protected]>
This fleet will be used to test static topic sharding as well as test new support for the PostgreSQL database. #74 #75 Signed-off-by: Jakub Sokołowski <[email protected]>
This fleet will be used to test static topic sharding as well as test new support for the PostgreSQL database. #74 #75 Signed-off-by: Jakub Sokołowski <[email protected]>
This fleet will be used to test static topic sharding as well as test new support for the PostgreSQL database. #74 #75 Signed-off-by: Jakub Sokołowski <[email protected]>
This fleet will be used to test static topic sharding as well as test new support for the PostgreSQL database. #74 #75 Signed-off-by: Jakub Sokołowski <[email protected]>
Sorry for the mess @jakubgs nobody noticed the problem with the config. |
Shit happens when you move fast. |
As per the Postgres configuration, we need the next topology in the wakuv2.shards fleet: One single Postgres DB instance running in Amsterdam DC. A parameter similar to the next one should be passed to the
|
@Ivansete-status is this request separate from: Or is it just an early version of that issue and now outdated? I don't think this repo can hold such a drastically different setup. |
Hey @jakubgs ! This fleet is for testing purposes. If that setup doesn't fit well with the rest, we can seek another one. ( cc @jm-clius ) |
Isn't this just a test stage for what you want to do in: It seems like we just got confused by not knowing your future goal and put this fleet here for lack of a better place. |
The main purpose is to have a testing environment where we can validate and measure the use case I mentioned in my previous comment. The goal is to test it before that use case becomes real for the Status apps. |
@jakubgs @yakimant - from the next repo, a https://github.com/waku-org/nwaku-compose Checking the Grafana dashboard from |
Afaik the |
@jm-clius, @Ivansete-status, I just decomissioned I guess this Issues should be closed now in favour of:
fleets |
Hi,
@Ivansete-status and me are in need of a fleet for static sharding and the new DB.
Configuring nwaku for static shard is just a matter of changing the pubsub topics but for the DB I'm not sure, I'll let Ivan explain.
We seek guidance on this, O great infra master :P
I was thinking of copying waku2.test then modify it for our needs? What else do we need?
The text was updated successfully, but these errors were encountered: