-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Labels
area/catalogIssues or PRs related to catalog managementIssues or PRs related to catalog managementkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
Describe the bug
Error in fe.out
java.io.IOException: Read transaction states failed
at org.apache.doris.transaction.GlobalTransactionMgr.readFields(GlobalTransactionMgr.java:371)
at org.apache.doris.catalog.Catalog.loadTransactionState(Catalog.java:1798)
at org.apache.doris.catalog.Catalog.loadImage(Catalog.java:1436)
at org.apache.doris.master.Checkpoint.runAfterCatalogReady(Checkpoint.java:100)
at org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58)
at org.apache.doris.common.util.Daemon.run(Daemon.java:116)
Caused by: org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = databaseTransactionMgr[14981] does not exist
at org.apache.doris.transaction.GlobalTransactionMgr.getDatabaseTransactionMgr(GlobalTransactionMgr.java:76)
at org.apache.doris.transaction.GlobalTransactionMgr.readFields(GlobalTransactionMgr.java:367)
... 5 more
To Reproduce
- create database and table
- do some load
- drop the db
- make a checkpoint meta image
- start fe from this image, failed
Introduced by #3369
Metadata
Metadata
Assignees
Labels
area/catalogIssues or PRs related to catalog managementIssues or PRs related to catalog managementkind/fixCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.