[
https://issues.apache.org/jira/browse/HAWQ-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229480#comment-15229480
]
ASF GitHub Bot commented on HAWQ-629:
-------------------------------------
GitHub user zhangh43 opened a pull request:
https://github.com/apache/incubator-hawq/pull/563
HAWQ-629. Insert into table select generate_series free resource too …
…early.
If exception happends, we also need to free the resource in catch.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zhangh43/incubator-hawq hawq629
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/563.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #563
----
commit 434ab1f30f336f3751230fa6bfa7895362815734
Author: hzhang2 <[email protected]>
Date: 2016-04-07T01:21:14Z
HAWQ-629. Insert into table select generate_series free resource too early.
----
> Insert into table select generate_series free resource too early.
> -----------------------------------------------------------------
>
> Key: HAWQ-629
> URL: https://issues.apache.org/jira/browse/HAWQ-629
> Project: Apache HAWQ
> Issue Type: Bug
> Components: Core
> Reporter: Hubert Zhang
> Assignee: Hubert Zhang
>
> the query"insert into table select generate_series" may run a long time, but
> resource is freed at the begining of the query.
> This behaviour may lead to RM considers the resouece is unlimited
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)