morningman opened a new issue #3794: URL: https://github.com/apache/incubator-doris/issues/3794
**Describe the bug** When FE start, error log in fe.log: ``` 2020-06-07 11:10:35,705 ERROR 91 [Daemon.run():118] daemon thread got exception: java.lang.NullPointerException: null at org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:45) ~[palo-fe.jar:?] at org.apache.doris.common.util.Daemon.run(Daemon.java:116) [palo-fe.jar:?] ``` **To Reproduce** Not easy to reproduce **Solution** This bug is introduced by PR: Because the CHECKPOINT instance is not initialized before visiting it. I will make a PR to fix this. ---------------------------------------------------------------- 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. 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