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 2016/02/04 00:49:39 UTC

[jira] [Commented] (HAWQ-395) User can only alter MEMORY_LIMIT_CLUSTER/CORE_LIMIT_CLUSTER if the target queue is a branch queue

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

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

GitHub user jiny2 opened a pull request:

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

    HAWQ-395. User can only alter MEMORY_LIMIT_CLUSTER/CORE_LIMIT_CLUSTER if the target queue is a branch queue

    
    postgres=# alter resource queue queue2 with ( vseg_resource_quota='mem:128mb');
    ALTER QUEUE
    postgres=# alter resource queue queue1 with ( memory_limit_cluster=30%, core_limit_cluster=30%);
    ALTER QUEUE
    postgres=# alter resource queue queue1 with ( vseg_resource_quota='mem:128mb');
    ERROR:  user can only alter branch resource queue queue1 attributes memory_limit_cluster and core_limit_cluster
    


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

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

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

    https://github.com/apache/incubator-hawq/pull/331.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 #331
    
----
commit 837b6843c61d729a7436f962b25030c16113f657
Author: YI JIN <yj...@pivotal.io>
Date:   2016-02-03T23:29:22Z

    HAWQ-395. User can only alter MEMORY_LIMIT_CLUSTER/CORE_LIMIT_CLUSTER if the target queue is a branch queue

----


> User can only alter MEMORY_LIMIT_CLUSTER/CORE_LIMIT_CLUSTER if the target queue is a branch queue
> -------------------------------------------------------------------------------------------------
>
>                 Key: HAWQ-395
>                 URL: https://issues.apache.org/jira/browse/HAWQ-395
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Resource Manager
>            Reporter: Yi Jin
>            Assignee: Yi Jin
>




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