You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2016/09/30 08:28:20 UTC

[jira] [Closed] (IGNITE-4007) SQL: QueryMetrics.minimumTime() is always zero.

     [ https://issues.apache.org/jira/browse/IGNITE-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kuznetsov closed IGNITE-4007.
------------------------------------

> SQL: QueryMetrics.minimumTime() is always zero.
> -----------------------------------------------
>
>                 Key: IGNITE-4007
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4007
>             Project: Ignite
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.6
>            Reporter: Alexey Kuznetsov
>            Assignee: Alexey Kuznetsov
>             Fix For: 1.8
>
>
>  QueryMetrics.minimumTime() is always zero, because internal AtomicInteger initialized with zero and code that change minTime looks like
> {code}minTime.setIfLess(duration);{code}
> Obviously that execution time is always >=0 and any number is always is greate than zero and metrics never updated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)