wangbokun opened a new pull request, #17863:
URL: https://github.com/apache/doris/pull/17863

   # If the partitionInfo null is abnormal, fe exits abnormally and fe cannot 
be started
   
   
   ## Problem summary
     - The same problem is repeated in both versions 0.15.3 and 1.1.5, but the 
latest version of master has not been fixed
   ```
   2023-03-14 16:03:35,748 ERROR (replayer|100) [EditLog.loadJournal():828] 
Operation Type 16
   java.lang.NullPointerException: null
           at 
org.apache.doris.catalog.CatalogRecycleBin.replayErasePartition(CatalogRecycleBin.java:278)
 ~[doris-fe.jar:1.0-SNAPSHOT]
           at 
org.apache.doris.catalog.Catalog.replayErasePartition(Catalog.java:3509) 
~[doris-fe.jar:1.0-SNAPSHOT]
           at org.apache.doris.persist.EditLog.loadJournal(EditLog.java:237) 
~[doris-fe.jar:1.0-SNAPSHOT]
           at org.apache.doris.catalog.Catalog.replayJournal(Catalog.java:2459) 
~[doris-fe.jar:1.0-SNAPSHOT]
           at org.apache.doris.catalog.Catalog$3.runOneCycle(Catalog.java:2243) 
~[doris-fe.jar:1.0-SNAPSHOT]
           at org.apache.doris.common.util.Daemon.run(Daemon.java:116) 
~[doris-fe.jar:1.0-SNAPSHOT]
   ```
   
   


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

Reply via email to