You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yj...@apache.org on 2016/01/13 03:19:31 UTC

incubator-hawq git commit: HAWQ-332. Core dump when rebuilding resource requests in resource queue shadow

Repository: incubator-hawq
Updated Branches:
  refs/heads/master 381b7f45f -> 8ccff7b2f


HAWQ-332. Core dump when rebuilding resource requests in resource queue shadow


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/8ccff7b2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/8ccff7b2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/8ccff7b2

Branch: refs/heads/master
Commit: 8ccff7b2f0b0c4e272428a8ebecb31b4218744b2
Parents: 381b7f4
Author: YI JIN <yj...@pivotal.io>
Authored: Wed Jan 13 13:19:22 2016 +1100
Committer: YI JIN <yj...@pivotal.io>
Committed: Wed Jan 13 13:19:22 2016 +1100

----------------------------------------------------------------------
 src/backend/resourcemanager/requesthandler_ddl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/8ccff7b2/src/backend/resourcemanager/requesthandler_ddl.c
----------------------------------------------------------------------
diff --git a/src/backend/resourcemanager/requesthandler_ddl.c b/src/backend/resourcemanager/requesthandler_ddl.c
index d30765d..3fa3742 100644
--- a/src/backend/resourcemanager/requesthandler_ddl.c
+++ b/src/backend/resourcemanager/requesthandler_ddl.c
@@ -412,8 +412,8 @@ bool handleRMDDLRequestManipulateResourceQueue(void **arg)
 			 */
 
 			res = rebuildAllResourceQueueTrackDynamicStatusInShadow(qhavingshadow,
-																	errorbuf,
 																	true,
+																	errorbuf,
 																	sizeof(errorbuf));
 			if ( res != FUNC_RETURN_OK )
 			{