Ivan Folgueira Bande
209913ed4f
Update waku-store-request-maker image
...
The latest image, 1b7c16, introduces the following:
Passing peers as a list and using pubsubTopic & contentTopic params
This commit represents changes on how the parameters are handled.
There are many automatic/formatic changes made by the IDE.
The major changes are:
- The user can pass a comma-separated list of peers
(peer-store-sqlite-addr-list and peer-store-postgres-addr-list.)
- The pubsubTopic and contentTopic, which are part of the Store
request,
can be passed as a parameters as well.
2023-11-28 11:21:47 +01:00
Ivan Folgueira Bande
cfc0a5596d
Setting a similar topology to status.test fleet
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
214367dbbb
Avoid db-postgres-hammer to full the disk with logs
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
c4abd5b04a
Better depends_on in docker compose file
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
fe01c381f9
simple change typo in comment
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
086dd971a4
Adding node replicas to perform insert operations to the database
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
052aff45bd
Allowing logs from db-postgres-hammer container
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
c824a8018e
simplification of database hammer code base
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
6236cc3d54
Adding new 'db-postgres-hammer' service to stress PostgreSQL DB
2023-11-27 15:41:30 +01:00
Ivan Folgueira Bande
d8ed7607b2
docker-compose-manual-binaries: using shared folder for sqlite binary
2023-11-07 12:57:20 +01:00
Ivan Folgueira Bande
03bd17cdb1
docker-compose-manual-binaries add MALLOC_CHECK_ debug possible crashes
2023-11-07 12:57:20 +01:00
Ivan Folgueira Bande
623988e99b
Stop using the "replica" concept from docker-compose-manual-binaries
2023-11-07 12:57:20 +01:00
Ivan Folgueira Bande
013d62d17d
docker-compose-manual: set num users store_query_maker from env
2023-11-07 12:57:20 +01:00
Ivan Folgueira Bande
f2099153e6
docker-compose-manual-binaries: expose metrics ports
2023-10-23 22:43:21 +02:00
Ivan Folgueira Bande
ca409b4966
docker-compose-manual-binaries: limit for more realistic container
...
The CPU and memory limits are set as per the dimension
of the machine used in wakuv2.prod.
2023-10-23 22:43:21 +02:00
Ivan Folgueira Bande
a3ea38b0eb
docker-compose-manual-binaries.yml /home/shared folder for metal-01.he-eu-hel1.wakudev.misc
2023-10-23 22:43:21 +02:00
Ivan Folgueira Bande
ebef1fd33f
docker-compose-manual-binaries.yml - limit the num of store queries to 1
2023-10-23 22:43:21 +02:00
Ivan Folgueira Bande
8e3ed8aa7e
Connecting nodes with bootstrap node and adding go-waku store clients
...
One "go-waku" relay node is responsible for generating
traffic, which in turns creates "insert" events. And another
go-waku node that acts as a store client to generate "store"
requests to both "sqlite" and "postgres" nwaku store nodes.
2023-10-23 22:43:21 +02:00
Ivan Folgueira Bande
5c80a9fb7f
docker compose: not exposing ports
2023-10-15 20:28:11 +02:00
Ivan Folgueira Bande
19fdb11f20
docker-compose-manual-binaries.yml: adapting to metal-01.he-eu-hel1.wakudev.misc.statusim.net
2023-10-15 20:28:11 +02:00
Ivan Folgueira Bande
d73ed6e93b
docker: adding scripts to perform comparison with locally built binary
2023-10-15 20:28:11 +02:00