doris2.1.4版本,运行一段时间后就出现这个报错:
failed to cancel query xxxx instance initiated=true done=false backend:79493,fragment id=Foo,reason:without status
failed to try table 表名's write lock,timeout 10000 milliseconds,current owner:null
org.apache.doris.common.UserException:errCode=2,detailmessage=get table list write lock timeout,tableList=(Table [id=7909909,name=表名,type=OLAP])
紧接着还会出现:the report queue size exceeds the limit: 500. current: 501
这个队列超出配置的限制值,导致查询数据正常,jdbc创建表报超时。fe内存配的32G,有3台fe,重启master的fe后恢复正常。