批量执行500条update语句,报错:Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException

【 使用环境 】生产环境
【 OB or 其他组件 】
【 使用版本 】5.7.25-OceanBase-v3.2.4.3
【问题描述】清晰明确描述问题
批量执行500-1000条update语句,报错:Error updating database. Cause: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure\n\nThe last packet successfully received from the server was 60,468 milliseconds ago. The last packet sent successfully to the server was 60,494 milliseconds ago.
是需要修改某个time_out的时间吗

可以参考下这个 JDBC 连接 OceanBase 数据库失败

上述场景为SQL耗时较长问题,设置JDBC中的socketTimeout时间可以解决问题