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 2021/04/21 10:45:51 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #5687: Replay update replica failed when table has been dropped

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:
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 #5687: Replay update replica failed when table has been dropped

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


   


-- 
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