反馈异常信息:
[07000][1002] Connection reset, server ClickHouseNode(addr=http: xxx.xx.x.xxx/ :xxxx, db=default)@-418965922
是不是电子政务网ip
不是,是内网的ip
@yanhongwen: https://dbeaver.io/download/ 换个连接工具试试
@lihesen: 这个工具可以正常使用,就是想看看能不能用datagrip进行操作
根据你的描述,问题出在使用 DataGrip 连接 ClickHouse 数据库时,在刷新数据库时出现了连接重置的异常。以下是可能的原因和解决方法:
网络问题
ClickHouse 服务限制
max_connections
或 max_memory_usage
)。ClickHouse 配置问题
keep_alive_timeout
或 session_timeout
设置过低,可能导致长时间未操作后断开连接。DataGrip 配置问题
curl http://xxx.xx.x.xxx:xxxx/
如果连接正常,会返回 ClickHouse 的版本信息。/var/log/clickhouse-server/
。keep_alive_timeout
和 session_timeout
的值:<keep_alive_timeout>60</keep_alive_timeout>
<session_timeout>60</session_timeout>
sudo systemctl restart clickhouse-server
socket_timeout
的值,例如 30000
(毫秒)。use_secure_connection
参数。<max_connections>1024</max_connections>
<max_threads>8</max_threads>
如果问题依然存在,可以提供更多日志或异常细节,我可以进一步帮助你分析。