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
raftclient: count term and index in estimated size (tikv#11493)
* add test case
Signed-off-by: Jay Lee <[email protected]>
* count term and index tag
If there are many entries in a message, the estimated size of message
can be way smaller than the actual size. This PR fixes the error by
also counting index and term in estimation.
It also remove the hard limit as the estimation is closed enough.
Closetikv#9714.
Signed-off-by: Jay Lee <[email protected]>
Co-authored-by: Ti Chi Robot <[email protected]>
0 commit comments