3.0版本,flink出现 [E1008]Reached timeout=60000ms求助

【详述】flink SQL异常
【报错信息】如下所示:
之前是出现:[E1008]Reached timeout=30000ms
现在已经调整了: sink.properties.timeout = 600 依旧 ERROR

2023-06-08 05:55:10.147 [flink-akka.actor.default-dispatcher-20] INFO  com.tencent.cloud.tstream.flink.OceanusEventListener - JobID 00000000000000000000000000000000 changed to status RUNNING at timestamp 1686174910140 with error java.lang.RuntimeException: com.starrocks.data.load.stream.exception.StreamLoadFailException: {
"TxnId": 14424204,
"Label": "7d8446c4-8d97-400f-8ff3-0273b731c272",
"Status": "Fail",
"Message": "[E1008]Reached timeout=60000ms @10.128.8.78:8060",
"NumberTotalRows": 0,
"NumberLoadedRows": 0,
"NumberFilteredRows": 0,
"NumberUnselectedRows": 0,
"LoadBytes": 29761,
"LoadTimeMs": 62286,
"BeginTxnTimeMs": 0,
"StreamLoadPlanTimeMs": 1,
"ReadDataTimeMs": 0,
"WriteDataTimeMs": 62285,
"CommitAndPublishTimeMs": 0

}

有没有遇到类似问题的哥们

1赞

目前看,貌似加上以下参数有效规避

##c每个 Store 用以 Flush MemTable 的线程数

flush_thread_num_per_store = 8

2赞