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
144187: gossip: batch both client and server gossip messages r=iskettaneh a=iskettaneh
This commit adds an optimization in gossip where before sending a gossip
info update message, we wait for a small amount of time before sending
the updates. This gives some time for updates to be batched, reducing
the number of messages in the system.
Fixes: #119420
Release note: None
145555: sql: disable buffered writes when changing txn isolation r=yuzefovich a=yuzefovich
We currently only support write buffering under serializable isolation, and we explicitly disable that on the txn creation. However, we forgot to do so in one spot where we might be changing the isolation of already created txn, and this commit fixes that oversight.
Epic: None
Release note: None
Co-authored-by: Ibrahim Kettaneh <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments