You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/07 07:27:08 UTC

[GitHub] [incubator-doris] morningman opened a new issue #3794: [Bug] FE checkpoint thread start failed with NPE

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #3794: [Bug] FE checkpoint thread start failed with NPE

Posted by GitBox <gi...@apache.org>.
morningman closed issue #3794:
URL: https://github.com/apache/incubator-doris/issues/3794


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org