You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/17 01:34:00 UTC

[jira] [Commented] (DRILL-5961) For long running queries (> 10 min) Drill may raise FragmentSetupException for completed/cancelled fragments

    [ https://issues.apache.org/jira/browse/DRILL-5961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256291#comment-16256291 ] 

ASF GitHub Bot commented on DRILL-5961:
---------------------------------------

GitHub user vrozov opened a pull request:

    https://github.com/apache/drill/pull/1041

    DRILL-5961: For long running queries (> 10 min) Drill may raise FragmentSetupException for completed/cancelled fragments

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vrozov/drill DRILL-5961

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1041.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1041
    
----
commit f7e0c44c1277cc3fa0cdf466e01521974c98262d
Author: Vlad Rozov <vr...@apache.org>
Date:   2017-11-15T00:24:01Z

    DRILL-5961: For long running queries (> 10 min) Drill may raise FragmentSetupException for completed/cancelled fragments

commit 575dec0fdc0dc4efb50569afa568c06f21546e6e
Author: Vlad Rozov <vr...@apache.org>
Date:   2017-11-15T00:35:09Z

    DRILL-5961: For long running queries (> 10 min) Drill may raise FragmentSetupException for completed/cancelled fragments

----


> For long running queries (> 10 min) Drill may raise FragmentSetupException for completed/cancelled fragments
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-5961
>                 URL: https://issues.apache.org/jira/browse/DRILL-5961
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Vlad Rozov
>            Assignee: Vlad Rozov
>
> {{WorkEventBus}} uses {{recentlyFinishedFragments}} cache to check for completed or cancelled fragments. Such check is not reliable as entries in {{recentlyFinishedFragments}} expire after 10 minutes, so {{FragmentSetupException}} is raised even for completed or cancelled queries.



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