chenjienn opened a new issue, #22002: URL: https://github.com/apache/doris/issues/22002
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0-beta ### What's Wrong? 按照部署文档,通过./bin/start_fe.sh --daemon命令启动后,在fe.log里先是报了下面的错: > Failed to init stats cleaner java.lang.RuntimeException: Table: `internal.default_cluster:__internal_schema.column_statistics` not exists at org.apache.doris.statistics.util.StatisticsUtil.findTable(StatisticsUtil.java:329) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.StatisticsCleaner.init(StatisticsCleaner.java:104) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.StatisticsCleaner.clear(StatisticsCleaner.java:82) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.StatisticsCleaner.runAfterCatalogReady(StatisticsCleaner.java:78) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.common.util.Daemon.run(Daemon.java:116) ~[doris-fe.jar:1.2-SNAPSHOT] 然后就一直重复报下面的错: > Statistics storage initiated failed, will try again later org.apache.doris.common.DdlException: errCode = 2, detailMessage = System has no available disk capacity or no available BE nodes at org.apache.doris.system.SystemInfoService.checkAvailableCapacity(SystemInfoService.java:815) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.datasource.InternalCatalog.createTable(InternalCatalog.java:1072) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.catalog.InternalSchemaInitializer.createTbl(InternalSchemaInitializer.java:81) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.catalog.InternalSchemaInitializer.run(InternalSchemaInitializer.java:72) ~[doris-fe.jar:1.2-SNAPSHOT] 磁盘空间还剩40多G,BE还没启动,用datagrip连接fe的mysql,报上面的错,连不上 ### What You Expected? 通过./bin/start_fe.sh --daemon命令能正常启动 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org