[
https://issues.apache.org/jira/browse/IMPALA-13412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-13412.
------------------------------------
Fix Version/s: Impala 4.5.0
Resolution: Fixed
> 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
> Assignee: Joe McDonnell
> Priority: Major
> Fix For: Impala 4.5.0
>
>
> 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)