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

GcSafepoint is confused #7767

Closed
nolouch opened this issue Jan 26, 2024 · 0 comments · Fixed by #7768
Closed

GcSafepoint is confused #7767

nolouch opened this issue Jan 26, 2024 · 0 comments · Fixed by #7768
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@nolouch
Copy link
Contributor

nolouch commented Jan 26, 2024

Enhancement Task

./bin/pd-ctl service-gc-safepoint
{
  "service_gc_safe_points": [
    {
      "service_id": "gc_worker",
      "expired_at": 9223372036854775807,
      "safe_point": 447194201600819200
    },
    {
      "service_id": "ticdc-default-15674009460217235928",
      "expired_at": 1705997910,
      "safe_point": 447194466670870528
    }
  ],
  "gc_safe_point": 4471942016008192200
}

Sometimes gc_safe_point will not be pushed for some reason, CDC cannot resume becuase it according by min_serverice_safe_point not by gc_safe_point. which confuses the user.

@nolouch nolouch added the type/enhancement The issue or PR belongs to an enhancement. label Jan 26, 2024
ti-chi-bot bot added a commit that referenced this issue Jan 29, 2024
close #7767

Signed-off-by: nolouch <nolouch@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
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

Successfully merging a pull request may close this issue.

1 participant