morningman opened a new issue #6770: URL: https://github.com/apache/incubator-doris/issues/6770
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version trunk cdf9f9e ### What's Wrong? ``` 2021-09-28 00:00:01,275 ERROR (leaderCheckpointer|76) [Daemon.run():118] daemon thread got exception. name: leaderCheckpointer java.lang.IllegalStateException: null at com.google.common.base.Preconditions.checkState(Preconditions.java:492) ~[spark-dpp-1.0.0.jar:1.0.0] at org.apache.doris.catalog.Catalog.getHelperNode(Catalog.java:5053) ~[palo-fe.jar:3.4.0] at org.apache.doris.journal.bdbje.BDBJEJournal.getDatabaseNames(BDBJEJournal.java:423) ~[palo-fe.jar:3.4.0] at org.apache.doris.journal.bdbje.BDBJEJournal.getFinalizedJournalId(BDBJEJournal.java:397) ~[palo-fe.jar:3.4.0] at org.apache.doris.persist.EditLog.getFinalizedJournalId(EditLog.java:114) ~[palo-fe.jar:3.4.0] at org.apache.doris.master.Checkpoint.runAfterCatalogReady(Checkpoint.java:81) ~[palo-fe.jar:3.4.0] at org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58) ~[palo-fe.jar:3.4.0] at org.apache.doris.common.util.Daemon.run(Daemon.java:116) [palo-fe.jar:3.4.0] ``` ### What You Expected? Works well ### How to Reproduce? Just start a FE , do some operation and wait it triggering checkpoint ### Anything Else? T ### Are you willing to submit PR? - [X] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
