Amy created HAWQ-58:
-----------------------
Summary: case hunged when run test_resourcepool_TolerateLimit
Key: HAWQ-58
URL: https://issues.apache.org/jira/browse/HAWQ-58
Project: Apache HAWQ
Issue Type: Bug
Components: Resource Manager
Environment: linux
Reporter: Amy
Assignee: Roman Shaposhnik
case hunged when test hawq_rm_tolerate_nseg_limit .
set hawq_rm_tolerate_nseg_limit = 0.
ALTER RESOURCE QUEUE pg_default
WITH(ACTIVE_STATEMENTS=6,MEMORY_LIMIT_CLUSTER=50%,CORE_LIMIT_CLUSTER=50%,RESOURCE_UPPER_FACTOR=2,VSEGMENT_RESOURCE_QUOTA='mem:1gb');
run 4 concurrency make the result as below:
test2 : 4 vsegs ; test3 : 3 vsegs ; test4 : 2 vsegs
run 5th concurrency 3 vsegs
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)