postgresxl无法从datanode获得conncetion

时间:2018-03-09 07:57:40

标签: postgres-xl

所有。 我们使用postgres-xl作为我们的mpp数据库。 在我们执行sql throug jdbc的情况下,服务器成功执行的可能性很小。 大部分时间,服务器都会响应错误,如下所示:

Caused by: org.postgresql.util.PSQLException: ERROR: pooler: failed to acquire connection from datanode 16416 for thread 140129612068608
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2262) ~[gsjdbc4.jar:na]
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1987) ~[gsjdbc4.jar:na]
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:348) ~[gsjdbc4.jar:na]
at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:564) ~[gsjdbc4.jar:na]
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:408) ~[gsjdbc4.jar:na]
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:288) ~[gsjdbc4.jar:na]

pls help.thanks。

0 个答案:

没有答案