[
https://issues.apache.org/jira/browse/IGNITE-24777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Chesnokov updated IGNITE-24777:
-----------------------------------------
Labels: IEP-35 ise (was: ise perfStat)
> Performance statistics: wrong number of SQL query executions
> ------------------------------------------------------------
>
> Key: IGNITE-24777
> URL: https://issues.apache.org/jira/browse/IGNITE-24777
> Project: Ignite
> Issue Type: Bug
> Reporter: Sergey Korotkov
> Assignee: Aleksandr Chesnokov
> Priority: Minor
> Labels: IEP-35, ise
> Fix For: 2.18
>
> Attachments: IGNITE-24777.zip
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Performance statistics shows wrong number of SQL query executions.
> Both in the HTML report created via build-report.sh and as output of
> print-statistics.sh.
> ***
> The attached 3 sample .prf files demonstrates the problem (one good and two
> bad).
> All 3 files were obtained from the client node executing
> * single explain query
> * the same select SQL query in 8 threads during 3 seconds via the Calcite
> engine
> About 1000 queries were executed in each test.
> report.txt files were generated by the command:
> {noformat}
> print-statistics.sh . --out report.txt --ops QUERY
> {noformat}
> In good case all 1189 select query executions were shown in report.
> In first bad case only 5 of 979 were shown.
> And in second bad case none of the select queries were shown.
> ***
> Considering the size of .prf files they does contain the info about all
> queries.
> But it can not be read for some reasons.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)