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/05 13:41:27 UTC

[jira] [Commented] (HAWQ-128) Cleanup pg_resqueue impact in catalog and dump corresponding components

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

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

GitHub user jiny2 opened a pull request:

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

    HAWQ-128. Cleanup pg_resqueue impact in catalog and dump correspondin…

    1) Make pg_dumpall able to dump resource queue DDL statments. Support building tree structured resource queues from pg_dumpall output.
    
    2) pg_stat_resqueues() is expired, pg_resqueue_status can provide the same information.
    
    postgres=# select * from pg_resqueue_status;
      rsqname   | segmem | segcore  | segsize | segsizemax | inusemem | inusecore | rsqholders | rsqwaiters | paused
    ------------+--------+----------+---------+------------+----------+-----------+------------+------------+--------
     pg_root    | 128    | 0.062500 | 64      | 64         | 0        | 0.000000  | 0          | 0          | F
     pg_default | 128    | 0.062500 | 32      | 64         | 0        | 0.000000  | 0          | 0          | F
    (2 rows)
    
    3) Removed some legacy code referencing pg_resourcetype and pg_resqueuecapability.

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

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

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

    https://github.com/apache/incubator-hawq/pull/77.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 #77
    
----
commit 81ca6c8c7863b2cafee24b9ec88cf935f96c0d9a
Author: Yi Jin <yj...@pivotal.io>
Date:   2015-11-05T12:35:39Z

    HAWQ-128. Cleanup pg_resqueue impact in catalog and dump corresponding components

----


> Cleanup pg_resqueue impact in catalog and dump corresponding components
> -----------------------------------------------------------------------
>
>                 Key: HAWQ-128
>                 URL: https://issues.apache.org/jira/browse/HAWQ-128
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Resource Manager
>            Reporter: Yi Jin
>            Assignee: Yi Jin
>
> Cleanup pg_resqueue impact in catalog and dump corresponding components
> 1) Check all catalog changes related to pg_resqueue;
> 2) Check all code accessing pg_resqueue;
> 3) Check tools using pg_resqueue.



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