at lease print a log for "no need to check tombestone"
@srstack is already working on this.
Since Dec 21, 2021.
- Dominant language
- Go
- Stars
- 466
- Forks
- 338
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 8
Description
Feature Request
Is your feature request related to a problem? Please describe:
if the user delete tikv store not by tiup
it will just keep silent when run prune command since no any node scaling in tiup's view:

but we can see the node is tombstone by display command.
also, no way to scale-in it again by tiup:

Describe the feature you'd like:
for prune command, at least print a log for what happen when no need to check tombstone.
for scale-in,maybe we can set Offline as true and make scale-in successful when the store already tombstone
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.