You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/09/05 06:59:51 UTC

[jira] [Updated] (TAJO-154) Query calculates wrong progress in multiple step queries.

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

Hyunsik Choi updated TAJO-154:
------------------------------

    Attachment: TAJO-154.patch

This problem is as follows:
{noformat}
Progress: 0%, response time: 36.94 sec
Progress: 0%, response time: 37.942 sec
Progress: 0%, response time: 38.945 sec
Progress: 33%, response time: 39.948 sec
Progress: 99%, response time: 40.75 sec
Progress: 50%, response time: 41.218 sec
Progress: 51%, response time: 42.705 sec
{noformat}

As you can see, the progress is back to lower progress.

I've uploaded the patch.
                
> Query calculates wrong progress in multiple step queries.
> ---------------------------------------------------------
>
>                 Key: TAJO-154
>                 URL: https://issues.apache.org/jira/browse/TAJO-154
>             Project: Tajo
>          Issue Type: Improvement
>          Components: master
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>            Priority: Critical
>             Fix For: 0.2-incubating
>
>         Attachments: TAJO-154.patch
>
>
> Query calculates the progress according the number of subqueries. But, subquery is created dynamically during query running time. So, the progress can be wrong. We should fix it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira