cockroachdb / cockroach

CockroachDB β€” the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.22k stars 3.82k forks source link

roachperf: regression around 2022-07-07 #84882

Closed renatolabs closed 1 year ago

renatolabs commented 2 years ago

kv95:

Screen Shot 2022-07-21 at 5 25 25 PM

Similar drops are seen in kv95/nodes=3 and some ycsb benchmarks.

% GOOD_SHA=41228d10ac5e326328507b98245fc076d67d2ecd
% BAD_SHA=7405c568e482fbfff4ad2bcba101ef42678d0b1a
% git log $BAD_SHA --not $GOOD_SHA^ --topo-order --merges --pretty="format:%h %s (%ch)" | sed 's/^/- [ ] /g'

Jira issue: CRDB-17923

smg260 commented 1 year ago

This regression seems to coincide with https://github.com/cockroachdb/cockroach/issues/88122 which singles out sql, sqlstats: create temporary stats container for all txns as the probable cause. Merge commit: ce1b42b

srosenberg commented 1 year ago

Root cause appears to be sqlstats, closing.