StarRocks3.0.0【Flink SQL】出现call frontend service failed

作业从 RUNNING 状态变为 RESTARTING 状态,异常消息:com.starrocks.data.load.stream.exception.StreamLoadFailException: { "TxnId": -1, "Label": "93ad3300-dfcc-441a-b4ac-fc07de3b79cb", "Status": "Fail", "Message": "call frontend service failed, address=TNetworkAddress(hostname=xxxxxxxx, port=9020), reason=No more data to read.", "..

调大Max processes,重启fe agent进程

cat >> /etc/security/limits.conf << EOF
* soft nproc 65535
* hard nproc 65535
* soft nofile 65535
* hard nofile 65535
* soft stack unlimited
* hard stack unlimited
* hard memlock unlimited
* soft memlock unlimited
EOF

cat >> /etc/security/limits.d/20-nproc.conf << EOF 
*          soft    nproc     65535
root       soft    nproc     65535
EOF