[
https://issues.apache.org/jira/browse/HAWQ-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zhenglin Tao updated HAWQ-1803:
-------------------------------
Affects Version/s: 3.0.0.0
> Core dump in sub-transcation rollback
> -------------------------------------
>
> Key: HAWQ-1803
> URL: https://issues.apache.org/jira/browse/HAWQ-1803
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.0.0
> Reporter: Zhenglin Tao
> Assignee: Ruilong Huo
> Priority: Major
>
> For error handling on analyzeRelation failure in analyzeStmt,
> RollbackAndReleaseCurrentSubTransaction would be called and finally
> result in AtEOSubXact_SPI for resource release.
> However, the sub-transaction ID of the ANALYZE statement does not match
> that of the original SPI invoke. And this would result in an early
> release of the SPI's memory context, leading to memory corruption when
> there is still any other queries following the ANALYZE statement.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)