ngbatis
ngbatis copied to clipboard
修改报错:RPC failure in StorageClient
调用修改方法update()修改数据报以下错误,查询nebula数据库,发现数据已经修改成功,这是什么原因呢?
org.nebula.contrib.ngbatis.exception.QueryException: 数据查询失败: 数据查询失败RPC failure in StorageClient: Channel got EOF. Check for server hitting connection limit, server connection idle timeout, and server crashes.
这是什么原因呢,版本是1.1.2
pool配置:
pool配置的作用是什么呢,不加pool配置的话会有影响吗
调用修改方法update()修改数据报以下错误,查询nebula数据库,发现数据已经修改成功,这是什么原因呢? org.nebula.contrib.ngbatis.exception.QueryException: 数据查询失败: 数据查询失败RPC failure in StorageClient: Channel got EOF. Check for server hitting connection limit, server connection idle timeout, and server crashes. 这是什么原因呢
对于这个问题的处理方式,可以适当增加最小连接数(min-conns-size
)
好的