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 <[email protected]>
Date:   2015-11-25T21:40:18Z

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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to