Chris Westin created DRILL-2575:
-----------------------------------
Summary: FragmentExecutor.cancel() blasts through state
transitions regardless of current state
Key: DRILL-2575
URL: https://issues.apache.org/jira/browse/DRILL-2575
Project: Apache Drill
Issue Type: Bug
Components: Execution - Flow
Affects Versions: 0.7.0
Reporter: Chris Westin
Assignee: Chris Westin
Fix For: 0.8.0
FragmentExecutor.cancel() unconditionally sets its state to cancelled. In cases
where the fragment has already failed or completed successfully, this causes
problems. A cancel() in those cases (or when they're in the middle of being
finalized) shouldn't do anything.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)