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/25 22:33:10 UTC

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

Yi Jin created HAWQ-194:
---------------------------

             Summary: 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: Lei Chang


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)