You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Riza Suminto (Jira)" <ji...@apache.org> on 2022/05/20 18:16:00 UTC

[jira] [Commented] (IMPALA-7652) Fix BytesRead for Kudu scans

    [ https://issues.apache.org/jira/browse/IMPALA-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17540244#comment-17540244 ] 

Riza Suminto commented on IMPALA-7652:
--------------------------------------

I notice Kudu has bytes_read metrics now:

https://github.com/apache/kudu/blob/17fd93255e124191c840702dab3eed961aadee7f/src/kudu/tserver/tserver.proto#L404-L405

> Fix BytesRead for Kudu scans
> ----------------------------
>
>                 Key: IMPALA-7652
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7652
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>    Affects Versions: Impala 3.1.0
>            Reporter: Thomas Tauber-Marshall
>            Priority: Major
>              Labels: newbie
>
> In the runtime profile, all scan nodes have a BytesRead counter. Kudu scan nodes do not actually set this counter, which creates confusion when Kudu scans report 0 bytes read even though they did in fact read data.
> We should either fill in this counter for Kudu scans, or if its difficult to get the count of bytes read from Kudu then we should eliminate the counter for Kudu scan node profiles.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org