ROUTINE LOAD报错

【详述】ROUTINE LOAD同步任务到一半报错previous task aborted because of illegal json started with n
【背景】无
【业务影响】数据无法同步
【是否存算分离】否
【StarRocks版本】3.2.6
【集群规模】例如:1fe + 1be
【机器信息】CPU虚拟核/内存/网卡,例如:48C/64G/万兆
【导入或者导出方式】ROUTINE LOAD
2024-06-14 16:54:28.400+08:00 WARN (thrift-server-pool-1|144) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name classifiyings, task id 5e95ec46-be04-4c8d-8fd4-8517c3b6afb2] aborted because of illegal json started with n, remove old task and generate new one
2024-06-14 16:54:29.574+08:00 WARN (thrift-server-pool-3|146) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name backflows, task id 17d810df-8ea7-48ed-bd88-62eae5836fa7] aborted because of illegal json started with n, remove old task and generate new one
2024-06-14 16:54:41.915+08:00 WARN (thrift-server-pool-4|147) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name classifiyings, task id 46404069-bfbc-4896-ae3c-1431df04cd2a] aborted because of illegal json started with n, remove old task and generate new one
2024-06-14 16:54:44.636+08:00 WARN (thrift-server-pool-4|147) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name backflows, task id fe5fc306-9cf2-4a16-b025-7eb89f83b8c1] aborted because of illegal json started with n, remove old task and generate new one
2024-06-14 16:54:56.436+08:00 WARN (thrift-server-pool-0|143) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name classifiyings, task id 1939b3f8-272b-4d1f-a495-4c7cc144aaf7] aborted because of illegal json started with n, remove old task and generate new one
2024-06-14 16:54:59.729+08:00 WARN (thrift-server-pool-4|147) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name backflows, task id 985cb9bf-312b-483c-bcfd-d118ade31af9] aborted because of illegal json started with n, remove old task and generate new one
2024-06-14 16:55:11.131+08:00 WARN (thrift-server-pool-4|147) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name classifiyings, task id 40472c5e-1a88-4aae-9099-4b964a2fc98a] aborted because of illegal json started with n, remove old task and generate new one
2024-06-14 16:55:13.984+08:00 WARN (thrift-server-pool-3|146) [RoutineLoadJob.executeTaskOnTxnStatusChanged():1219] routine load task [job name backflows, task id 5e20d43a-47ef-4e3c-8621-f136958bf9b4] aborted because of illegal json started with n, remove old task and generate new one

这种考虑是kafka里面的消息不是标准的json,但是获取出来貌似没问题,应该从哪里排查,谢谢!