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

   ## Proposed changes
   
   fix NPE
   
   ```
   LoadManager.removeLoadJobIf():490] end to removeOldLoadJob, 
   removeJobNum:6 cost:0 ms
   2024-06-11 15:09:58,188 ERROR (LoadLabelCleaner|100) [Daemon.run():118] 
daemon thread got exception. name: LoadLabelCleaner
   java.lang.NullPointerException: Cannot invoke 
"java.util.List.remove(Object)" because "list" is null
           at 
org.apache.doris.load.loadv2.LoadManager.jobRemovedTrigger(LoadManager.java:458)
 ~[doris-fe.jar:1.2-SNAPSHOT]
           at 
org.apache.doris.load.loadv2.LoadManager.removeLoadJobIf(LoadManager.java:483) 
~[doris-fe.jar:1.2-SNAPSHOT]
           at 
org.apache.doris.load.loadv2.LoadManager.removeOldLoadJob(LoadManager.java:426) 
~[doris-fe.jar:1.2-SNAPSHOT]
           at 
org.apache.doris.catalog.Env$1.runAfterCatalogReady(Env.java:2619) 
~[doris-fe.jar:1.2-SNAPSHOT]
           at 
org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58) 
~[doris-fe.jar:1.2-SNAPSHOT]
           at org.apache.doris.common.util.Daemon.run(Daemon.java:116) 
~[doris-fe.jar:1.2-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