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
We do perf append test on 4u8g*3 dledger cluster, when leader node reaches 3.1u, follower node only 0.3u
cpu utiliazation = (3.1 + 0.3 + 0.3)/ 12 = 30%
You are expected to do the following task to implement multi-raft on dledger:
implement partition-group algorithm
when partition grows to some extent , split group to minor-groups
implement partition-group schedule algorithm, make nodes burden even
optimze different raft-group using same socket
when follower failover, limit the catchup read speed for avoiding client-leader read&write being interfered
The text was updated successfully, but these errors were encountered:
We do perf append test on 4u8g*3 dledger cluster, when leader node reaches 3.1u, follower node only 0.3u
cpu utiliazation = (3.1 + 0.3 + 0.3)/ 12 = 30%
You are expected to do the following task to implement multi-raft on dledger:
The text was updated successfully, but these errors were encountered: