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

Upgrade TiDB failed due to "Information schema is out of date" error #45176

Closed
zimulala opened this issue Jul 5, 2023 · 0 comments · Fixed by #45170
Closed

Upgrade TiDB failed due to "Information schema is out of date" error #45176

zimulala opened this issue Jul 5, 2023 · 0 comments · Fixed by #45170
Assignees
Labels
affects-5.4 This bug affects 5.4.x versions. affects-6.1 affects-6.5 affects-7.1 severity/major sig/sql-infra SIG: SQL Infra type/bug This issue is a bug.

Comments

@zimulala
Copy link
Contributor

zimulala commented Jul 5, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Upgrade TiDB from v6.5.2 to v7.1.

There are half a million tables of data.
Some relevant logs in the middle, such as:
["loading schema takes a long time"] ["take time"=1m39.447974898s]

2. What did you expect to see? (Required)

Upgrade successfully.

3. What did you see instead (Required)

 [FATAL] [bootstrap.go:1337] ["doReentrantDDL error"] [error="[domain:8027]Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV"] [stack="github.com/pingcap/tidb/session.doReentrantDDL\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/session/bootstrap.go:1337\ngithub.com/pingcap/tidb/session.upgradeToVer130\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/session/bootstrap.go:2456\ngithub.com/pingcap/tidb/session.upgrade\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/session/bootstrap.go:1115\ngithub.com/pingcap/tidb/session.runInBootstrapSession\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/session/session.go:3521\ngithub.com/pingcap/tidb/session.BootstrapSession\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/session/session.go:3298\nmain.createStoreAndDomain\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/tidb-server/main.go:347\nmain.main\n\t/home/jenkins/agent/workspace/build-common/go/src/github.com/pingcap/tidb/tidb-server/main.go:241\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:250"

4. What is your TiDB version? (Required)

master

Release Version: v7.3.0-alpha-94-gc44ba1c1a8
Edition: Community
Git Commit Hash: c44ba1c1a868220764d9f11274b683d1aaecacb6
Git Branch: master
@zimulala zimulala added type/bug This issue is a bug. sig/sql-infra SIG: SQL Infra labels Jul 5, 2023
@zimulala zimulala self-assigned this Jul 5, 2023
@ti-chi-bot ti-chi-bot bot added may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels Jul 7, 2023
@zimulala zimulala added affects-6.1 affects-5.4 This bug affects 5.4.x versions. and removed may-affects-6.1 may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. labels Jul 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-5.4 This bug affects 5.4.x versions. affects-6.1 affects-6.5 affects-7.1 severity/major sig/sql-infra SIG: SQL Infra type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants