Postgres-XL 测试benchmarksql报错 Failed to get pooled connections

1个gtm, 4个node, 没有slave, 手动控制台可以执行任何

 

跑benchmarksql

cat  prog.pg 

user=benchmarksql
password=abc

建用户, 建数据库

#create user benchmarksql with encrypted password 'abc';

#create database benchmarksql owner benchmarksql

 

, 运行benchmarksql的任何一个脚本都会报错

ERROR: Failed to get pooled connections
  Hint: This may happen because one or more nodes are currently unreachable, either because of node or network failure.
 Its also possible that the target node may have hit the connection limit or the pooler is configured with low connections.
 Please check if all nodes are running fine and also review max_connections and max_pool_size configuration parameters
 

修改最大连接池参数无果, 最后修改prog.pg

user和password改为linux用户的密码, 可以测试

你可能感兴趣的:(数据库)