You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Paul Guo (JIRA)" <ji...@apache.org> on 2016/12/12 09:46:59 UTC

[jira] [Created] (HAWQ-1214) Remove resource_parameters in calculate_planner_segment_num()

Paul Guo created HAWQ-1214:
------------------------------

             Summary: Remove resource_parameters in calculate_planner_segment_num()
                 Key: HAWQ-1214
                 URL: https://issues.apache.org/jira/browse/HAWQ-1214
             Project: Apache HAWQ
          Issue Type: Bug
            Reporter: Paul Guo
            Assignee: Lei Chang


The reasons are:

1) It is not used anymore.

2) Have seen crash due to this.  The scenario is that:
 
The datalocality memory context on which resource_parameters is palloc-ed is reset before calculate_planner_segment_num() finishes, thus later access to resource_parameters could lead to crash or wrong results. A code path example which could lead to segfault is:

ProcessUtility()->PerformCursorOpen()->_copyPlannedStmt()->_copyQueryResourceParameters()




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