sql: investigate the discrepancy between memory monitoring metrics #91787
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-queries
SQL Queries Team
Consider the following graph which shows
sql.mem.distsql.current
(higher) andsql.mem.root.current
(lower):The relationship seems backwards:
root
monitor is an ancestor todistsql
monitor, so the former should not be lower than the latter. This reproduction was obtained when running TPCH Q20 with high concurrency although I'd guess we could repro it without the concurrency.Jira issue: CRDB-21426
The text was updated successfully, but these errors were encountered: