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 metamorphically change
`kv.transaction.write_buffering.max_buffer_size` cluster setting in
1B - 4MiB range, and we happen to pick a small enough value, then one of
the txns in `show_trace` test can disable write buffering, producing
a different trace. This commit fixes the flake by ensuring a lower bound
on the buffer size.
Release note: None
0 commit comments