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

Green GC should scan offline stores #18338

Closed
youjiali1995 opened this issue Jul 3, 2020 · 0 comments · Fixed by #18383
Closed

Green GC should scan offline stores #18338

youjiali1995 opened this issue Jul 3, 2020 · 0 comments · Fixed by #18383
Assignees
Labels
component/GC severity/major type/bug The issue is confirmed as a bug.
Milestone

Comments

@youjiali1995
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. Create a cluster which max_replica_count is 1.
  2. Scale out one store. It becomes offline.
  3. Green GC doesn't scan locks from offline stores. If some regions haven't been transferred to other stores before checking lock observer, these locks are left.

2. What did you expect to see? (Required)

All locks are resolved.

3. What did you see instead (Required)

Locks on offline stores are left.

4. Affected version (Required)

v4.0.x

5. Root Cause Analysis

Green GC doesn't scan offline stores. Locks on these stores may be left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/GC severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants