[
https://issues.apache.org/jira/browse/HAWQ-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071345#comment-15071345
]
ASF GitHub Bot commented on HAWQ-281:
-------------------------------------
GitHub user jiny2 opened a pull request:
https://github.com/apache/incubator-hawq/pull/217
HAWQ-281. User can alter any resource queue no matter whether its busy
This provides practicality of manipulating resource queues in real
environment. User can alter a resource queue on demand any time without waiting
for releasing all corresponding queues' workload.
hawq_rm_force_alterqueue_cancel_queued_request guc variable is introduced,
default value is 'true' that means alter resource queue statement can force
resource manager to cancel all resource requests that can not be adjusted to
fit new resource queue definitions. If it is set 'false', the alter resource
queue statement will be cancelled to avoid canceling any queued query resource
requests in resource manager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiny2/incubator-hawq HAWQ-281
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/217.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 #217
----
commit 46561dcf0f17b3fc3ac5ec4061ed98d5426471ff
Author: YI JIN <[email protected]>
Date: 2015-12-25T03:49:18Z
HAWQ-281. User can alter any resource queue no matter whether its busy
----
> User can alter any resource queue no matter whether its busy or at least one
> its descendent queue is busy
> ---------------------------------------------------------------------------------------------------------
>
> Key: HAWQ-281
> URL: https://issues.apache.org/jira/browse/HAWQ-281
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: Resource Manager
> Reporter: Yi Jin
> Assignee: Yi Jin
>
> This provides practicality of manipulating resource queues in real
> environment. User can alter a resource queue on demand any time without
> waiting for releasing all corresponding queues' workload.
> hawq_rm_force_alterqueue_cancel_queued_request guc variable is introduced,
> default value is 'true' that means alter resource queue statement can force
> resource manager to cancel all resource requests that can not be adjusted to
> fit new resource queue definitions. If it is set 'false', the alter resource
> queue statement will be cancelled to avoid canceling any queued query
> resource requests in resource manager.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)