You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory usage seems to indicate a trend up.
- Run baseline for for longer to clarify.
During the 5 minute interval to clean up the mempool, some nodes actually have the mempool expanding.
- Hypothesis: these are seed nodes, which frequently have to catch up. We need to investigate further; possibly filter messages in seed nodes.
If the mempool size drops quickly, why is the memory slow to empty? Slow GC?
- The load created by the load generator seems to be a small part of the actual load.
Runs with larger extensions use many rounds.
- Check the effect of running with longer timeouts.
The app causes proposals to be large, not only VE.
- Run with the app modified so the proposals are not increased?
what is the effect on block sizes?
blocks are of size 2 x Extension Size x Quorum size.
The text was updated successfully, but these errors were encountered:
We have run with longer timeouts and deltas (6s) and still we see some high rounds.
For more details, we looked into maximum and minimums round numbers.
The maximum shows that pretty much in every height, some node required more than one round to decide.
And the minimum showed some node decided on the first round in the vast majority of rounds.
The average does not add much information
But the 50% quantile shows that not decided on the first round is not an isolated problem.
Seed nodes are not the culprit here.
The final graph shows the bandwidth usage, showing that proposals are using a lot of bandwidth
Uh oh!
There was an error while loading. Please reload this page.
A TODO for PR #888
Consider in the #578
- Run baseline for for longer to clarify.
- Hypothesis: these are seed nodes, which frequently have to catch up. We need to investigate further; possibly filter messages in seed nodes.
- The load created by the load generator seems to be a small part of the actual load.
- Check the effect of running with longer timeouts.
- Run with the app modified so the proposals are not increased?
The text was updated successfully, but these errors were encountered: