[
https://issues.apache.org/jira/browse/HAWQ-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047593#comment-15047593
]
ASF GitHub Bot commented on HAWQ-234:
-------------------------------------
GitHub user jiny2 opened a pull request:
https://github.com/apache/incubator-hawq/pull/169
HAWQ-234. Improve HAWQ resource manager resource allocation algorithm…
1) reject resource request from dispatcher at once if too many segments
unavailable;
2) explain how many segments unavailable in current cluster when the
resource request is rejected;
3) make error message string generated in resource manager process only for
all resource manager RPCs;
4) change NVSEG_* limits semantic meanings to latest version;
5) minimum vseg number for one resource request is changed to queue vseg
num / active_statements, but the request having only a few vseg required is not
changed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiny2/incubator-hawq HAWQ-234
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/169.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 #169
----
commit 83c6aa9c581547a0a7356f1533bc6423a11af9a2
Author: Yi Jin <[email protected]>
Date: 2015-12-08T22:24:34Z
HAWQ-234. Improve HAWQ resource manager resource allocation algorithm and
RPC framework
----
> Improve HAWQ resource manager resource allocation algorithm and RPC framework
> -----------------------------------------------------------------------------
>
> Key: HAWQ-234
> URL: https://issues.apache.org/jira/browse/HAWQ-234
> Project: Apache HAWQ
> Issue Type: Improvement
> Components: Resource Manager
> Reporter: Yi Jin
> Assignee: Yi Jin
>
> 1) reject resource request from dispatcher at once if too many segments
> unavailable;
> 2) explain how many segments unavailable in current cluster when the resource
> request is rejected;
> 3) make error message string generated in resource manager process only for
> all resource manager RPCs;
> 4) change NVSEG_* limits semantic meanings to latest version;
> 5) minimum vseg number for one resource request is changed to queue vseg num
> / active_statements, but the request having only a few vseg required is not
> changed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)