From: David H. <dav...@me...> - 2011-07-08 12:30:11
|
Hi all, I'm experimenting a bit with postgres-xc 0.9.5 on debian squeeze, with a build from the 0.9.5 sources. I think I've set up a cluster with three hw systems, two nodes (data node/coordinator each) and a gtm node, properly, following the installation manual. However, the data nodes complain when they are started, every so many seconds: "WARNING: Do not have a GTM snapshot available". And when I connect to a coordinator and try to execute 'CREATE DATABASE mydb;', I get the message: "ERROR: Failed to get pooled connections". I've attached the configuration files that I am using for coordinator and datanode (the difference between nodes 1 and 2 being only that pgxc_node_id is 1 and 2 respectively). The GTM is started with "$GTM -x 628 -p 5000 -D $DATADIR -l $LOGFILE &". Any suggestions what I should do or try? Greetings, David |