doris3.0.3版本出现the report queue size exceeds the limit: 100. current: 101,导致数据库卡死、查询超时,最后重启才解决,想寻求一下原因,怎么避免出现这种情况

Viewed 72

数据库是新部署没多久的,基本没什么数据,前两天突然就查询超时卡死了看日志都是报
the report queue size exceeds the limit: 100. current: 101
be日志
image.png
fe日志
image.png

1 Answers
  1. 具体的版本号是多少呀?

  2. 具体有什么导入任务,是否是 jdbc insert into values 这种导入方式?

  3. 每次导入的数据量如何?

  4. FE doris-meta 挂载的是什么磁盘,是HDD 还是SSD呢