From: Michael P. <mic...@gm...> - 2013-08-21 01:05:28
|
(Re-adding pgxc-hackers in cc...) On Wed, Aug 21, 2013 at 9:38 AM, West, William <ww...@uc...> wrote: > This is the result from datanode data1: > > postgres'# execute direct on data2 'select clock_timestamp()'; Datanodes are not able to connect between each other, please connect to a Coordinator and run the following: execute direct on data2 'select 1'; execute direct on data1 'select 1'; > > It returned no result. > > On datanode data2 this was the output: > > postgres=# execute direct on data1 'select clock_timestamp()'; > ERROR: Failed to get pooled connections This is the origin of your problem. You cannot connect to Datanode 1. -- Michael |