AltraMayor / AltraMayor/gatekeeper
Add an addtional SOL block to enforce request channel bandwidth
- Lingua principale
- C
- Stelle
- 1.6k
- Fork
- 252
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
To solve the issue #374 for the first deployment, pull request #390 tries to have multiple SOL blocks to spread the load from GK blocks. Currently, each SOL block enforces ``5%/#SOL`` of the total link bandwidth on the request channel. This is not ideal because some SOL blocks may receive more requests than the other SOL blocks due to the load imbalance, and some requests will be dropped even the aggregated bandwidth of the request traffic doesn't exceed the ``5%`` threshold.
One solution is to let each SOL block enforce ``5%`` of the total link bandwidth on the request channel, and finally add one additional SOL block to enforce the bandwidth limit on the aggregated requests from all SOL blocks.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.