You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/05/07 02:42:00 UTC

[jira] [Created] (DRILL-2978) FragmentManager is not removed from the WorkEventBus if it's FragmentExecutor is cancelled before it starts running

Deneche A. Hakim created DRILL-2978:
---------------------------------------

             Summary: FragmentManager is not removed from the WorkEventBus if it's FragmentExecutor is cancelled before it starts running
                 Key: DRILL-2978
                 URL: https://issues.apache.org/jira/browse/DRILL-2978
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Flow
            Reporter: Deneche A. Hakim
            Assignee: Chris Westin
             Fix For: 1.1.0


because fragment managers rely on _WorkManager.addFragmentRunner()_ (which should be _startFragmentPendingRemote()_, see DRILL-2977) to be removed from the workBus after the fragment executor finishes running, they will never be removed if their corresponding executors are never run (cancelled before they start running).



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