You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Possible solution: Backing up the tidb_enable_clustered_index and when creating tables, set this variable according to it.
But I fell perplexed that we even didn't touch this variable in the ddl_full test case, why this test failed by default not found...?
...yes, that's strange. I guess it's a kind of CI problem. Anyway, I copied the backup data from the CI container. and change the cluster_index configuration. it can be restored. So I think we can close it for now.
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
Run test
br_full_ddl
.What did you expect to see?
The test case success, or failed by network failure like
context timeout exceeds
.What did you see instead?
default not found
, see hereWhat version of BR and TiDB/TiKV/PD are you using?
See the log.
Notes
Unfortunately, all BR logs of this test case are lost. The pod was deleted. There are only two rows of error in
TiKV1
:Maybe we have to wait for its next occurrence for more details. Currently, we only know it happens in the checksumming stage.
Some guessing of possible cause:
PD: d0430729845d309370d8d4604bda991fc64fc7f8
TiDB: 45b65d16eb3f51f6b9a2a0790b3b743dcf8b154f
TiKV: 417be27592712f3c752ec8e4c1d4520fe50aae5c
Logs: defaultnotfound.zip
The text was updated successfully, but these errors were encountered: