storage: mvccstats inconsistencies during tpcc #28946
Labels
A-kv-client
Relating to the KV client and the KV interface.
C-investigation
Further steps needed to qualify. C-label will change.
Milestone
Running
./cockroach debug check-store
against nodes from #28918, I see mismatches like this:Note in particular r137 below, whose stats are pure garbage.
At first glance, it looks like this might be spillover from the timeseries ranges (which have approximate stats that tend to go negative when GC happens) but we're supposedly tracking the ranges which hold estimates and the ranges below claim not to.
We should generally be able assert that there isn't a stats mismatch and do so in all roachtests at opportune times.
The text was updated successfully, but these errors were encountered: