Chunling Wang created HAWQ-523:
----------------------------------

             Summary: dead code in executormgr_bind_executor_task()
                 Key: HAWQ-523
                 URL: https://issues.apache.org/jira/browse/HAWQ-523
             Project: Apache HAWQ
          Issue Type: New Feature
          Components: Dispatcher
            Reporter: Chunling Wang
            Assignee: Lei Chang


In executormgr.c, the code below would never access:

bool
executormgr_bind_executor_task(struct DispatchData *data,
                                                        QueryExecutor *executor,
                                                        
SegmentDatabaseDescriptor *desc,
                                                        struct DispatchTask 
*task,
                                                        struct DispatchSlice 
*slice)
{
        ...
        if (desc == NULL)
        {
                executor->health = QEH_ERROR;
                return false;
        }
        ...
}



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

Reply via email to