AltraMayor / AltraMayor/gatekeeper
Add an addtional SOL block to enforce request channel bandwidth
- Ngôn ngữ chính
- C
- Star
- 1.6k
- Fork
- 252
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.