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
155820: sql: add index_rows_read metric r=yuzefovich a=andy-kimball
Add new `sql.statements.index_rows_read.count` metric that counts the number of index rows read by SQL statements. This is the same value that's collected by SQL stats for each statement and transaction, except in aggregated metric form.
Epic: none
Release note (sql change): Added sql.statements.index_rows_read.count metric that counts the number of index rows read by SQL statements.
155981: roachtest: recover panics in post test assertions r=golgeek a=DarrylWong
We previously were recovering panics in the main test goroutine, but not post tests assertions, which could cause an entire CI run to crash. This patch adds a similar recover to post tests assertions.
Fixes: none
Epic: none
Release note: none
156103: kv: add debugging obs for TestFlowControlSendQueueRangeFeed r=wenyihu6 a=arulajmani
I haven't been able to repro this. The test has failed twice in the last couple of days, so hopefully we'll be able to see why the rangefeed isn't ending up on n3 the next time this fails.
Closes#156064
Epic: none
Release note: None
156106: kv: deflake TestCheckConsistencyInconsistent r=pav-kv a=arulajmani
This patch skips invariant checks when iterating through range descriptors from a checkpoint to prevent spurious assertion failures. These assertion failures did not hold because checkpoints are not complete stores, so anything beyond the checkpoints span may not be considered a consistent snapshot.
Closes#155680
Epic: none
Release note: None
Co-authored-by: Andrew Kimball <[email protected]>
Co-authored-by: DarrylWong <[email protected]>
Co-authored-by: Arul Ajmani <[email protected]>
0 commit comments