cacheutil: caching size estimate is not valid #89444
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Describe the problem
cockroach/pkg/sql/cacheutil/cache.go
Lines 106 to 108 in 59701cf
The const size there is always going to be 2 words. The value it points to may be much larger. In general, this whole scheme doesn't seem all that sound.
Jira issue: CRDB-20255
The text was updated successfully, but these errors were encountered: