iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

SessionPool 连接3个节点集群超时

Open AriseIGitHub opened this issue 2 years ago • 1 comments

日志信息如下:

SessionPool

022-08-06 00:00:16.002 WARN [SimpleAsyncTaskExecutor-7289746] org.apache.iotdb.session.pool.SessionPool.getSession.225 the SessionPool has wait for 60 seconds to get a new connection: 192.200.3.7:6667 with root, root 2022-08-06 00:00:16.002 WARN [SimpleAsyncTaskExecutor-7289746] org.apache.iotdb.session.pool.SessionPool.getSession.232 current occupied size 0, queue size 0, considered size 1000 2022-08-06 00:00:16.002 ERROR [SimpleAsyncTaskExecutor-7289746] com.yhd.admin.scada.iotdb.TimeSeriesDao.insert.41 >>>>>>>>>>>>>>>>>:insert into root.DLGL.2202( Time,ZS2202_Ua_PV)values(1659715216286,693.373474),timeout to get a conn ection from 192.200.3.7:6667 SessionPool 配置如下:

public SessionPool SessionPool() { return new SessionPool(iotDBCfg.getIp(), iotDBCfg.getPort(), iotDBCfg.getUsername(), iotDBCfg.getPassword(), 1000); }

  • Version apache-iotdb-0.13.0-all-bin 3个节点集群

Additional context Add any other context about the problem here.

AriseIGitHub avatar Aug 06 '22 01:08 AriseIGitHub

pls try v0.14-pr1 or pr2.

jixuan1989 avatar Sep 01 '22 00:09 jixuan1989

兄弟,你这个问题解决了吗?我这也遇到了

zhaozhenzhou avatar Dec 20 '22 07:12 zhaozhenzhou

兄弟,你这个问题解决了吗?我这也遇到了

没有解决,直接改成单节点,集群问题太多,也不稳定。

AriseIGitHub avatar Jan 03 '23 02:01 AriseIGitHub