-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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 will fail when tidb system variable tidb_evolve_plan_baselines =on #27185
Comments
/assign |
It's expected. The feature for |
/close |
@Reminiscent: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Please edit this comment or add a new comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA) (optional)2. Symptom (optional)3. All Trigger Conditions (optional)4. Workaround (optional)5. Affected versions6. Fixed versions |
Here is the doc pr. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
upgrade success
3. What did you see instead (Required)
fail with ] [terror.go:276] ["unexpected error"] [error="Cannot enable baseline evolution feature, it is not generally available now"]
[2021/08/13 11:48:38.563 +08:00] [FATAL] [terror.go:276] ["unexpected error"] [error="Cannot enable baseline evolution feature, it is not generally available now"] [stack="github.com/pingcap/parser/terror.MustNil\n\t/nfs/cache/mod/github.com/pingcap/parser@v0.0.0-20210803205906-cece3020391a/terror/terror.go:276\nmain.createStoreAndDomain\n\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/tidb-server/main.go:290\nmain.main\n\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/tidb-server/main.go:190\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225"] [stack="github.com/pingcap/parser/terror.MustNil\n\t/nfs/cache/mod/github.com/pingcap/parser@v0.0.0-20210803205906-cece3020391a/terror/terror.go:276\nmain.createStoreAndDomain\n\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/tidb-server/main.go:290\nmain.main\n\t/home/jenkins/agent/workspace/optimization-build-tidb-linux-amd/go/src/github.com/pingcap/tidb/tidb-server/main.go:190\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225"]
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: