-
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
Dumpling v6.1 still modify GC lift time by update the mysql.tidb
table
#37143
Comments
/component dumpling |
Maybe tidb_gc_enable is a better way |
Using the On my system, I have 30ms p80s for |
It's just hint that dumpling reminds users to set a bigger gc life time. Actually dumpling won't do this sql. |
Got it, but, judging from the log, dumpling will send the following SQL to TiDB to check whether TiDB uses TiKV. It seems that this does not work on TiDB cloud.
|
Dumpling v6.1.0 is using see https://github.com/pingcap/tidb/blob/v6.1.0/dumpling/export/sql.go#L793 |
Bug Report
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Maybe we should use the global variable
tidb_gc_life_time
to do it.3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Release Version: v6.1.0-20220729 (on TiDB Cloud)
The text was updated successfully, but these errors were encountered: