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
4. What version of TiDB are you using? (tidb-server -V or run select tidb_version(); on TiDB)
v4.0.0-beta.1
To fix this, TiDB should skip sending UnsafeDestroyRange to TiFlash stores. It can distinguish it by the store's labels. However in case the labels are not set correctly, it's possible that TiKV node can be skipped too (see tikv/tikv#7153 )
The text was updated successfully, but these errors were encountered:
Bug Report
1. What did you do?
In a cluster that has TiFlash, drop a table (which causes delete range in GC after gc_lifetime expires)
2. What did you expect to see?
GC runs correctly
3. What did you see instead?
GC's delete range phase finishes with error like:
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)v4.0.0-beta.1
To fix this, TiDB should skip sending UnsafeDestroyRange to TiFlash stores. It can distinguish it by the store's labels. However in case the labels are not set correctly, it's possible that TiKV node can be skipped too (see tikv/tikv#7153 )
The text was updated successfully, but these errors were encountered: