Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schemastore: fix panic and disable wal #336

Merged
merged 18 commits into from
Sep 26, 2024
Prev Previous commit
Next Next commit
remove log
  • Loading branch information
lidezhu committed Sep 25, 2024
commit 1eaec91c01b0d20b3d29f150deb3b06285443708
3 changes: 0 additions & 3 deletions logservice/schemastore/persist_storage.go
Original file line number Diff line number Diff line change
@@ -815,9 +815,6 @@ func updateDatabaseInfoAndTableInfo(
}

createTable := func(schemaID int64, tableID int64) {
log.Info("create table in updateDatabaseInfoAndTableInfo",
zap.Int64("schemaID", schemaID),
zap.Int64("tableID", tableID))
addTableToDB(schemaID, tableID)
tableMap[tableID] = &BasicTableInfo{
SchemaID: schemaID,