当前位置:   article > 正文

PostgreSQL:org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.

an i/o error occurred while sending to the backend.

在查询时出现了这个问题,
findallByIdIsIn(list),少量list数据查询时运行正常,数据量过万之后查询异常,出现以下错误提示:

Connection org.postgresql.jdbc.PgConnection@1a66a733 marked as broken because of SQLSTATE(08006), ErrorCode(0);

Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet;

经分析,可能是数据量过载导致服务器链接中断了,最后利用递归实现list查询,问题解决。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/483642
推荐阅读
相关标签
  

闽ICP备14008679号