Kal1sha commented on PR #31095:
URL: https://github.com/apache/doris/pull/31095#issuecomment-4944095210
> run buildall
@sollhui
On Doris 3.0.8 Cluster in Compute/Storage decoupled mode. A cluster of 3
FEs and 3 BEs. All FEs stopped with an exceptional error and are failing to
start. Below is the FE log:
2026-07-10 14:57:23,033 INFO (stateListener|15) [EditLog.loadJournal():379]
Begin to unprotect drop table: internal.1771306616047.stg_simreg
2026-07-10 14:57:23,033 INFO (stateListener|15)
[CatalogRecycleBin.recycleTable():188] recycle table[1782934238385-stg_simreg],
is force drop: false
2026-07-10 14:57:23,033 INFO (stateListener|15)
[InternalCatalog.unprotectDropTable():1059] finished dropping table[stg_simreg]
in db[cdrs] recycleTable cost: 0ms
2026-07-10 14:57:23,034 INFO (stateListener|15) [EditLog.loadJournal():361]
Begin to unprotect create table. internal.cdrs.stg_simreg
2026-07-10 14:57:23,036 ERROR (stateListener|15)
[EditLog.loadJournal():1438] replay Operation Type 201, log id: 24831862
java.lang.NullPointerException: Cannot invoke
"org.apache.doris.load.routineload.RoutineLoadJob.setCloudCluster()" because
the return value of
"org.apache.doris.cloud.load.CloudRoutineLoadManager.getJob(long)" is null
at
org.apache.doris.cloud.load.CloudRoutineLoadManager.replayChangeRoutineLoadJob(CloudRoutineLoadManager.java:70)
~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.persist.EditLog.loadJournal(EditLog.java:875)
~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.catalog.Env.replayJournal(Env.java:3103)
~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.catalog.Env.transferToMaster(Env.java:1658)
~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.catalog.Env.access$1100(Env.java:359)
~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.catalog.Env$5.runOneCycle(Env.java:2982)
~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.common.util.Daemon.run(Daemon.java:119)
~[doris-fe.jar:1.2-SNAPSHOT]
Was this fixed in later Doris Versions after 3.0.8? Or what other methods
can we use to get our FEs running?
--
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]