pingcap / dumpling

Dumpling is a fast, easy-to-use tool written by Go for dumping data from the database(MySQL, TiDB...) to local/cloud(S3, GCP...) in multifarious formats(SQL, CSV...).
Apache License 2.0
281 stars 85 forks source link

Dumpling cannot export tables on tidb-cloud better #404

Open glkappe opened 2 years ago

glkappe commented 2 years ago

What did you do?

dumpling part table on tidb-cloud(dbaas). gc_life_time not support auto set when dumpling can't ping pd-server

What did you expect to see?

gc_life_time can be set adaptively

What did you see instead?

As gc progresses, dumpling exports an error

Versions of the cluster

v5.4.0

lichunzhu commented 2 years ago

dumpling will report log on how to set gc_lifetime when it fails to ping pd-server. It's an expected behavior.