You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/06 08:45:25 UTC

[jira] [Commented] (HAWQ-631) Wrongly report error message when QD fails to connect to resource manager

    [ https://issues.apache.org/jira/browse/HAWQ-631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227843#comment-15227843 ] 

ASF GitHub Bot commented on HAWQ-631:
-------------------------------------

GitHub user jiny2 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/560

    HAWQ-631. Wrongly report error message when QD fails to connect to resource manager

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jiny2/incubator-hawq HAWQ-631

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/560.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 #560
    
----
commit 04ae683a5f6fc61fe5c2fe8d26400c4bf507215f
Author: YI JIN <yj...@pivotal.io>
Date:   2016-04-06T06:44:43Z

    HAWQ-631. Wrongly report error message when QD fails to connect to resource manager

----


> Wrongly report error message when QD fails to connect to resource manager
> -------------------------------------------------------------------------
>
>                 Key: HAWQ-631
>                 URL: https://issues.apache.org/jira/browse/HAWQ-631
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Resource Manager
>            Reporter: Yi Jin
>            Assignee: Yi Jin
>
> postgres=# SELECT * FROM a;
> WARNING:  failed to connect to remote socket server test1:5437
> ERROR:  must be superuser to create resource queues
> (gdb) b connectToServerRemote
> Breakpoint 1 at 0x8ce640: file network_utils.c, line 351.
> (gdb) c
> Continuing.
> [New Thread 0x7f98e70a3700 (LWP 60779)]
> Breakpoint 1, connectToServerRemote (address=0x28128c0 "test1", port=5437, clientfd=0x7fff63f4addc) at network_utils.c:351
> 351	network_utils.c: No such file or directory.
> 	in network_utils.c



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)