You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ed Espino (JIRA)" <ji...@apache.org> on 2016/12/22 06:21:58 UTC

[jira] [Resolved] (HAWQ-1214) Remove resource_parameters

     [ https://issues.apache.org/jira/browse/HAWQ-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ed Espino resolved HAWQ-1214.
-----------------------------
    Resolution: Fixed

> Remove resource_parameters
> --------------------------
>
>                 Key: HAWQ-1214
>                 URL: https://issues.apache.org/jira/browse/HAWQ-1214
>             Project: Apache HAWQ
>          Issue Type: Bug
>            Reporter: Paul Guo
>            Assignee: Paul Guo
>             Fix For: 2.1.0.0-incubating
>
>
> 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)