GitHub user jiny2 opened a pull request:
https://github.com/apache/incubator-hawq/pull/40
HAWQ-73. Fix bug of 'Fail to unregister in HAWQ resource manager becaâ¦
â¦use of RPC error'
This bug is caused by wrong self-built sql statement.
postgres=# create resource queue test_queue_1 with (parent='pg_root',
memory_limit_cluster=50%, core_limit_cluster=50%);
CREATE QUEUE
postgres=# alter resource queue test_queue_1 with(memory_limit_cluster=40%,
core_limit_cluster=40%);
ALTER QUEUE
postgres=# drop resource queue test_queue_1;
DROP QUEUE
postgres=# \q
jiny2:hawqmain yjin$
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiny2/incubator-hawq HAWQ-73
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-hawq/pull/40.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 #40
----
commit 5a4810a237af104ccd766481e3bb1d0b186c935e
Author: Yi Jin <[email protected]>
Date: 2015-10-26T11:42:03Z
HAWQ-73. Fix bug of 'Fail to unregister in HAWQ resource manager because of
RPC error'
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---