fe 节点告警日志错误-GLOBAL_DICT_ERROR

版本:2.5.3
未查询到 query_id 具体操作内容,报错如下:

2023-04-07 15:49:05,021 WARN (thrift-server-pool-295334|348997) [Coordinator.updateFragmentExecStatus():2449] one instance report fail errorCode GLOBAL_DICT_ERROR global dict greater than DICT_DECODE_MAX_SIZE, params=TReportExecStatusParams(protocol_version:V1, query_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829968), backend_num:5, fragment_instance_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829963), status:TStatus(status_code:GLOBAL_DICT_ERROR, error_msgs:[global dict greater than DICT_DECODE_MAX_SIZE]), done:true, error_log:[, , , , , , , , , , , , , , , , , , , ], backend_id:1710091) query_id=ab629809-d518-11ed-9613-6cfe5403cf30 instance_id=ab629809-d518-11ed-9613-6cfe5403cf35
2023-04-07 15:49:05,022 WARN (thrift-server-pool-295337|349000) [Coordinator.updateFragmentExecStatus():2449] one instance report fail errorCode GLOBAL_DICT_ERROR global dict greater than DICT_DECODE_MAX_SIZE, params=TReportExecStatusParams(protocol_version:V1, query_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829968), backend_num:1, fragment_instance_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829967), status:TStatus(status_code:GLOBAL_DICT_ERROR, error_msgs:[global dict greater than DICT_DECODE_MAX_SIZE]), done:true, error_log:[, , , , , , , , , , , , , , , , , , , ], backend_id:10040) query_id=ab629809-d518-11ed-9613-6cfe5403cf30 instance_id=ab629809-d518-11ed-9613-6cfe5403cf31
2023-04-07 15:49:05,022 WARN (thrift-server-pool-295338|349001) [Coordinator.updateFragmentExecStatus():2449] one instance report fail errorCode GLOBAL_DICT_ERROR global dict greater than DICT_DECODE_MAX_SIZE, params=TReportExecStatusParams(protocol_version:V1, query_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829968), backend_num:3, fragment_instance_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829965), status:TStatus(status_code:GLOBAL_DICT_ERROR, error_msgs:[global dict greater than DICT_DECODE_MAX_SIZE]), done:true, error_log:[, , , , , , , , , , , , , , , , , , , ], backend_id:1031696) query_id=ab629809-d518-11ed-9613-6cfe5403cf30 instance_id=ab629809-d518-11ed-9613-6cfe5403cf33
2023-04-07 15:49:05,022 WARN (thrift-server-pool-295340|349003) [Coordinator.updateFragmentExecStatus():2449] one instance report fail errorCode GLOBAL_DICT_ERROR global dict greater than DICT_DECODE_MAX_SIZE, params=TReportExecStatusParams(protocol_version:V1, query_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829968), backend_num:2, fragment_instance_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829966), status:TStatus(status_code:GLOBAL_DICT_ERROR, error_msgs:[global dict greater than DICT_DECODE_MAX_SIZE]), done:true, error_log:[, , , , , , , , , , , , , , , , , , , ], backend_id:1710903) query_id=ab629809-d518-11ed-9613-6cfe5403cf30 instance_id=ab629809-d518-11ed-9613-6cfe5403cf32
2023-04-07 15:49:05,022 WARN (thrift-server-pool-295339|349002) [Coordinator.updateFragmentExecStatus():2449] one instance report fail errorCode GLOBAL_DICT_ERROR global dict greater than DICT_DECODE_MAX_SIZE, params=TReportExecStatusParams(protocol_version:V1, query_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829968), backend_num:4, fragment_instance_id:TUniqueId(hi:-6097143777508978195, lo:-7632637103875829964), status:TStatus(status_code:GLOBAL_DICT_ERROR, error_msgs:[global dict greater than DICT_DECODE_MAX_SIZE]), done:true, error_log:[, , , , , , , , , , , , , , , , , , , ], backend_id:1030146) query_id=ab629809-d518-11ed-9613-6cfe5403cf30 instance_id=ab629809-d518-11ed-9613-6cfe5403cf34
2023-04-07 15:49:05,022 WARN (thrift-server-pool-295334|348997) [Coordinator.updateStatus():1494] one instance report fail throw updateStatus(), need cancel. job id: -1, query id: ab629809-d518-11ed-9613-6cfe5403cf30, instance id: ab629809-d518-11ed-9613-6cfe5403cf35
2023-04-07 15:49:05,022 WARN (ForkJoinPool.commonPool-worker-20|348988) [Coordinator.getNext():1514] get next fail, need cancel. status errorCode GLOBAL_DICT_ERROR global dict greater than DICT_DECODE_MAX_SIZE, query id: ab629809-d518-11ed-9613-6cfe5403cf30

这个日志可以忽略

版本2.5.9
我这边也是,这个告警日志太多了。具体是什么问题?也没有找到哪里可以配置DICT_DECODE_MAX_SIZE参数。

大佬解决了吗?我这边是从2.5.21版本升级到3.1.14也是出现这种不断打印告警日志的情况,不懂啥原因 global dict greater than DICT_DECODE_MAX_SIZE

可以先 set global cbo_enable_low_cardinality_optimize=false;

fixed by https://github.com/StarRocks/starrocks/pull/48938

大佬,我这样修改配置后,没有效果,还是一样持续打印这个告警日志。