You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Vlad Rozov (JIRA)" <ji...@apache.org> on 2017/11/14 15:20:00 UTC

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

Vlad Rozov created DRILL-5961:
---------------------------------

             Summary: 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)