EmmyMiao87 opened a new issue #5687:
URL: https://github.com/apache/incubator-doris/issues/5687


   **Describe the bug**
   
   2021-04-21 16:40:14,098 ERROR (stateListener|86) [EditLog.loadJournal():808] 
Operation Type 45
   java.lang.NullPointerException: null
           at 
org.apache.doris.catalog.Catalog.replayUpdateReplica(Catalog.java:4551) 
~[palo-fe.jar:3.4.0]
           at org.apache.doris.persist.EditLog.loadJournal(EditLog.java:408) 
[palo-fe.jar:3.4.0]
           at org.apache.doris.catalog.Catalog.replayJournal(Catalog.java:2482) 
[palo-fe.jar:3.4.0]
           at 
org.apache.doris.catalog.Catalog.transferToMaster(Catalog.java:1180) 
[palo-fe.jar:3.4.0]
           at org.apache.doris.catalog.Catalog.access$1100(Catalog.java:270) 
[palo-fe.jar:3.4.0]
           at org.apache.doris.catalog.Catalog$4.runOneCycle(Catalog.java:2399) 
[palo-fe.jar:3.4.0]
           at org.apache.doris.common.util.Daemon.run(Daemon.java:116) 
[palo-fe.jar:3.4.0]
   
   **To Reproduce**
   Steps to reproduce the behavior:
   Version 0.14.7
   1. create table 
   2. schema change
   3. drop table before schema change finished
   4. restart fe
   5. failed to start fe
   
   **Expected behavior**
   Tables that no longer exist should no longer be modified.
   
   


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to