Joe McDonnell created IMPALA-13412:
--------------------------------------
Summary: Switch impala.tuple-cache.entries-in-use-bytes from UNIT
to BYTES
Key: IMPALA-13412
URL: https://issues.apache.org/jira/browse/IMPALA-13412
Project: IMPALA
Issue Type: Improvement
Components: Backend
Affects Versions: Impala 4.5.0
Reporter: Joe McDonnell
impala.tuple-cache.entries-in-use-bytes currently uses UNIT type, but it is
probably better to use the BYTES type.
{noformat}
{
"description": "The total bytes of in-use Tuple Cache Entries",
"contexts": [
"IMPALAD"
],
"label": "In-use Tuple Cache Entries total bytes",
"units": "UNIT",
"kind": "GAUGE",
"key": "impala.tuple-cache.entries-in-use-bytes"
},{noformat}
This also applies to impala.codegen-cache.entries-in-use-bytes, so maybe we
should fix both at once.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)