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
143191: kvserver: reset some fields of replicaAppBatch r=tbg a=pav-kv
This commit fixes a bug in `replicaAppBatch` initialization. Some fields were not reset, and would be carried across batches. For example, the `changeTruncatesSideloadedFiles` field, once set to true, would be true forever, and cause Pebble sync on every command application.
Epic: none
Release note: none
Co-authored-by: Pavel Kalinnikov <[email protected]>
0 commit comments