You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/25 22:42:10 UTC

[jira] [Commented] (HAWQ-194) Test facility for pausing global resource manager container lifecycle in resource pool

    [ https://issues.apache.org/jira/browse/HAWQ-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15027652#comment-15027652 ] 

ASF GitHub Bot commented on HAWQ-194:
-------------------------------------

GitHub user jiny2 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/135

    HAWQ-194. Test facility for pausing global resource manager container…

    The external new test command is :
    postgres=# select * from pg_play_resource_action('/Users/yjin/testquota2.txt','/Users/yjin/testquota2.out') t ( conn text, actname text, actfull text, result text, message text);
    conn | actname | actfull | result | message
    -------------------------------------------------
    conn1 | quotapause | quotapause$pause$1 | 0 |
    conn1 | wait | wait$/tmp/act | 0 |
    conn1 | quotapause | quotapause$resume$1 | 0 |
    onn1$quotapause$pause$0
    conn1$wait$/tmp/act
    conn1$quotapause$resume$0

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jiny2/incubator-hawq HAWQ-194

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/135.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 #135
    
----
commit 8471847f1c6d27d6f7eccdb5c00c1b655dfc7543
Author: Yi Jin <yj...@pivotal.io>
Date:   2015-11-25T21:40:18Z

    HAWQ-194. Test facility for pausing global resource manager container lifecycle in resource pool

----


> Test facility for pausing global resource manager container lifecycle in resource pool
> --------------------------------------------------------------------------------------
>
>                 Key: HAWQ-194
>                 URL: https://issues.apache.org/jira/browse/HAWQ-194
>             Project: Apache HAWQ
>          Issue Type: New Feature
>          Components: Resource Manager
>            Reporter: Yi Jin
>            Assignee: Yi Jin
>
> This is add new test facility to pause the status changing of global resource manager containers in resource pool.
> The external new test command is :
> postgres=# select * from pg_play_resource_action('/Users/yjin/testquota2.txt','/Users/yjin/testquota2.out') t ( conn text, actname text, actfull text, result text, message text);
>  conn  |  actname   |       actfull       | result | message
> -------+------------+---------------------+--------+---------
>  conn1 | quotapause | quotapause$pause$1  | 0      |
>  conn1 | wait       | wait$/tmp/act       | 0      |
>  conn1 | quotapause | quotapause$resume$1 | 0      |
> onn1$quotapause$pause$0
> conn1$wait$/tmp/act
> conn1$quotapause$resume$0



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