現象:
啟動FE後,透過命令 ss -nalp | grep 9030 查詢不到服務已經啟動。
檢視fe/log/fe.log日誌可以看到報錯資訊:ERROR (stateChangeExecutor|90) [NodeMgr.checkCurrentNodeExist():680] current node is not added to the cluster, will exit
原因:
之前啟動失敗,導致建立的meta目錄已經存在,但是沒有啟動所需要的檔案。
image does not exist: /opt/module/StarRocks-3.3.7-centos-amd64/fe/meta/image/v2/image.0
解決辦法:
(1)刪除meta目錄中的所有檔案;
rm -rf fe/meta/*
(2) 重新啟動FE
fe/bin/start-fe.sh --daemon