You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Yi Jin (JIRA)" <ji...@apache.org> on 2015/11/27 04:21:10 UTC

[jira] [Resolved] (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:all-tabpanel ]

Yi Jin resolved HAWQ-194.
-------------------------
    Resolution: Fixed

> 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)