Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue of TiKV disk full #10537

Closed
15 of 22 tasks
tier-cap opened this issue Jul 9, 2021 · 3 comments
Closed
15 of 22 tasks

Tracking issue of TiKV disk full #10537

tier-cap opened this issue Jul 9, 2021 · 3 comments
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@tier-cap
Copy link
Collaborator

tier-cap commented Jul 9, 2021

Development Task

This issue describes a new feature that makes TiKV can avoid panicking from disk full failure, and provide space reclamation support at the same time. The spec:

  • TiKV shouldn't panic even if its disk usage is almost full
  • Even if most TiKV instances in a cluster are almost full, the cluster should be still readable.
  • Even if most TiKV instances in a cluste are almost full, users should still can release space by drop table or truncate table.

Task list

Bug List

Left & Low Priority

@tier-cap tier-cap added the type/enhancement The issue or PR belongs to an enhancement. label Jul 9, 2021
@tisonkun
Copy link
Contributor

Hi @tier-cap ! Thanks for creating this tracking issue. You may create issue for each subtask dedicatedly, see also pingcap/tidb#26022 . The rationale of tracing issues instead of pull requests can be found here.

For example, you may create an issue that gets closed once #10562 resolved.

@tisonkun
Copy link
Contributor

tisonkun commented Aug 29, 2021

We are tracking issue by issues, why do you update the description redundant to show PRs? And let the PRs refer to this one instead of subtask so that the subtask remains even if the PR merged.

@tisonkun tisonkun changed the title Tracking issue of TiKV disk full Tracking issue of read-only if most of storage nodes are near full Aug 30, 2021
@tier-cap tier-cap changed the title Tracking issue of read-only if most of storage nodes are near full Tracking issue of TikV disk full Aug 30, 2021
@tisonkun tisonkun changed the title Tracking issue of TikV disk full Tracking issue of TiKV disk full Oct 12, 2021
@DanielZhangQD
Copy link

For some users that only have small disks, e.g. 10GB disk, it's really necessary to have the features in this issue to improve the disk usage ratio and the stability of the TiDB clusters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

4 participants