You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Anton Gozhiy (JIRA)" <ji...@apache.org> on 2018/01/11 15:10:05 UTC

[jira] [Created] (DRILL-6081) Duration of completed queries is continuously increasing.

Anton Gozhiy created DRILL-6081:
-----------------------------------

             Summary: Duration of completed queries is continuously increasing.
                 Key: DRILL-6081
                 URL: https://issues.apache.org/jira/browse/DRILL-6081
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.13.0
            Reporter: Anton Gozhiy


Steps:
1. Execute some query (for example "select * from sys.version")
2. Go to the profiles page: http://node1:8047/profiles
3. Open the details page for the query
4. Expand the duration section

Expected result:
The duration should be adequate and shouldn't be changed after the page reload

Actual result:
The duration is continuously increasing (You should reload page to notice that)
||Planning||Queued||Execution||Total||
|0.092 sec|0.012 sec|59 min 36.487 sec	|59 min 36.591 sec|

Workaround: none

Note:
The issue introduced after the following fix:
https://issues.apache.org/jira/browse/DRILL-5963



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)