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
1597: fix(rebuild/partial): set bits for written blks only r=tiagolobocastro a=tiagolobocastro
The blk used to calculate the end segment was offset by 1 which can lead to rebuilding more data than the one which was actually written into. Example, if we write 1 blk to offset 4, then we only need to rebuild offset 4, and not offset 5 (4 + 1).
Co-authored-by: Tiago Castro <tiagolobocastro@gmail.com>
0 commit comments