Riza Suminto created IMPALA-12025:
-------------------------------------
Summary: Hide misleading TotalTime and InactiveTotalTime
Key: IMPALA-12025
URL: https://issues.apache.org/jira/browse/IMPALA-12025
Project: IMPALA
Issue Type: Improvement
Components: Backend
Reporter: Riza Suminto
RuntimeProfileBase class in runtime-profile.cc always include TotalTime and
InactiveTotalTime counter to query profile. These are being used to measure
fragment instance activities, but meaningless and potentially misleading in
some other parts of query profile.
We should hide TotalTime and InactiveTotalTime in the following runtime profile
nodes:
* All under "Summary:" and "ImpalaServer:"
* "Execution Profile"
* All under "Per Node Profiles:" except for "CodeGen:"
* "Fragment Instance Lifecycle Timings:"
* "Buffer pool:"
* "Dequeue:" and "Enqueue:"
* "Hash Table:"
* "Filter x:"
* "GroupingAggregator x:"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)