From: Artur G. <aa...@bo...> - 2015-07-22 20:38:27
|
Hi I found a strange issue when creating the database in Postgres XC: postgres=# create database bench2; WARNING: unexpected EOF on datanode connection WARNING: unexpected EOF on datanode connection ERROR: sorry, too many clients already This happens randomly so I can't easily reproduce this issue but sometimes after that error, I'm unable to access one of the datanodes because of "too many clients already" message (even though I'm the only user using these instances). This may be somehow connected to This issue appears on the following version of XC: psql (PGXC 1.1, based on PG 9.2.4) I use two datanodes&coordinators on separate machines and additional one with GTM only Cheers, Artur |