Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 如何清除已经下线节点的tombstoneStores信息

[TiDB Usage Environment] Test
[TiDB Version] 7.5.0
TiDB is deployed using K8S. When scaling down nodes, checking the tc information shows the following content:
tombstoneStores:
"1":
id: "1"
ip: tidb-tikv-0.tidb-tikv-peer.dev.svc
lastTransitionTime: "2024-02-21T08:49:06Z"
leaderCount: 0
podName: tidb-tikv-0
state: Tombstone
"898279":
id: "898279"
ip: tidb-tikv-5.tidb-tikv-peer.dev.svc
lastTransitionTime: "2024-02-21T08:53:37Z"
leaderCount: 0
podName: tidb-tikv-5
state: Tombstone
Among them, tidb-tikv-5 is the node that was taken offline, and another node, tidb-tikv-0, was also taken offline due to issues. Will this information affect the cluster? Similar issues have occurred before, causing problems when upgrading the cluster version. How can this information be cleared?
Cluster as follows: