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

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

Yi Jin created HAWQ-631:
---------------------------

             Summary: 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: Lei Chang


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)