往来通知单勾稽报错:fetched too much rows, cell number exceeding limit原创
9人赞赏了该文章
73次浏览
编辑于2024年10月30日 09:17:42
错误日志: Caused exception message is: fetched too much rows, cell number exceeding limit 1000000. fetched column count:11. fected row count:90910. fected cell count:1000010 [Client -- String Serialize]
“fetched too much rows, cell number exceeding limit 1000000” 表明返回的单元格数量超出了限制。
“fetched column count:11” 表明查询返回了11列数据。
“fected row count:90910” 表明查询返回了90910行数据。
“fected cell count:1000010” 表明总的单元格数量为1000010
超出了最大单元格数量限制,需要修改参数
关键信息为:fetched too much rows, cell number exceeding limit 1000000.
则可以到EAS服务器上的bos管理平台,参考下图,修改参数:
可以把exceptionCellNumber参数由1000000改成5000000后,重启EAS群集。
赞 9
9人点赞
还没有人点赞,快来当第一个点赞的人吧!
打赏
0人打赏
还没有人打赏,快来当第一个打赏的人吧!
推荐阅读