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
143947: explain: fix rare flake in recently added test r=yuzefovich a=yuzefovich
Recently added `TestMaximumMemoryUsage` can encounter a rare flake when some metamorphic variables are set - the ComponentStats proto might be dropped from the trace, so we won't have "maximum memory usage" stat that the test expects. Fix this by adding a retry loop.
Fixes: #143833.
Release note: None
143951: kvcoord: fix CPut handling for intra-batch conflicts r=yuzefovich a=yuzefovich
Previously, for condition evaluation part of CPuts, we would ignore writes that were performed within the same KV batch. That was the case since we performed the read from the buffer when applying the transformation but would actually buffer writes after the KV server response comes back, so previous writes within the same KV batch would be invisible. This is now fixed by buffering the write when applying the transformation.
Also avoid flushing any buffered writes when rolling back the txn.
Epic: None
Release note: None
143955: sql/stats: remove extended sentry reporting for an error r=yuzefovich a=yuzefovich
This commit reverts 85500f0. I think we fixed the root cause of the "first bucket should have NumRange=0" in 10a2ffe, so we no longer need the extended sentry reporting (which also didn't quite work in all cases).
Informs: #93892.
Epic: None
Release note: None
Co-authored-by: Yahor Yuzefovich <[email protected]>
0 commit comments