[
https://issues.apache.org/jira/browse/IMPALA-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16982220#comment-16982220
]
ASF subversion and git services commented on IMPALA-4618:
---------------------------------------------------------
Commit 2114fc6155e5bb21e398ded21c5bdfd1e7f49879 in impala's branch
refs/heads/master from norbert.luksa
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=2114fc6 ]
IMPALA-4618: Fixing #Hosts and adding #Instances in exec summary
When mt_dop > 0, the summary is reporting the number of fragment
instances, instead of the number of hosts as the header would
imply.
This commit fixes the issue so the number of hosts will be shown
under the #Hosts column. The commit also adds an #Inst column
where the number of instances are shown (current behaviour).
Tests:
* Changed profile tests with mt_dop > 0.
* Updated benchmark tests and shell tests accordingly.
Change-Id: I3bdf9a06d9bd842b2397cd16c28294b6bec7af69
Reviewed-on: http://gerrit.cloudera.org:8080/14715
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
> # hosts is inaccurate in exec summary when mt_dop > 0
> -----------------------------------------------------
>
> Key: IMPALA-4618
> URL: https://issues.apache.org/jira/browse/IMPALA-4618
> Project: IMPALA
> Issue Type: Bug
> Components: Backend
> Affects Versions: Impala 2.8.0
> Reporter: Tim Armstrong
> Assignee: Norbert Luksa
> Priority: Major
> Labels: multithreading, ramp-up, supportability
>
> I'm seeing this on a 3-node minicluster:
> {code}
> Operator #Hosts Avg Time Max Time #Rows Est. #Rows Peak Mem
> Est. Peak Mem Detail
> -------------------------------------------------------------------------------------------------------------
> 06:AGGREGATE 1 212.433us 212.433us 0 1 64.00 B
> -1.00 B FINALIZE
> 05:EXCHANGE 1 0.000ns 0.000ns 0 1 0
> -1.00 B UNPARTITIONED
> 02:AGGREGATE 9 131.439us 167.821us 0 1 64.00 B
> 10.00 MB
> 04:AGGREGATE 9 0.000ns 0.000ns 0 -1 183.42 MB
> 128.00 MB
> 03:EXCHANGE 9 707.426ms 823.681ms 20.97M -1 0
> 0 HASH(`_c0`)
> 01:AGGREGATE 9 5s222ms 5s355ms 22.89M -1 3.83 MB
> 128.00 MB STREAMING
> 00:SCAN HDFS 9 2s623ms 2s896ms 23.33M -1 492.02 KB
> 88.00 MB default.big_uuids
> {code}
> It seems like it's reporting the # of fragment instances instead of the
> number of hosts.
> We should probably report both #Hosts and #Instances if mt_dop is enabled
> (and maybe in all cases)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]