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

changefeed is not failed when snapTs is less than gcTs. #914

Closed
asddongmen opened this issue Jan 20, 2025 · 3 comments
Closed

changefeed is not failed when snapTs is less than gcTs. #914

asddongmen opened this issue Jan 20, 2025 · 3 comments
Assignees
Labels
type/bug The issue is confirmed as a bug.

Comments

@asddongmen
Copy link
Collaborator

> ./cdc cli changefeed list
=== Command to ticdc(tiflow).
[
  {
    "id": "test",
    "namespace": "default",
    "summary": {
      "state": "warning",
      "tso": 455371655181500417,
      "checkpoint": "2025-01-17 17:10:07.864",
      "error": {
        "time": "2025-01-20T10:02:19.413492+08:00",
        "addr": "127.0.0.1:8301",
        "code": "CDC:ErrOwnerUnknown",
        "message": "snapTs 455371655181500417 is smaller than gcTs 455432575255052288"
      }
    }
  }
]
@asddongmen asddongmen added bug type/bug The issue is confirmed as a bug. labels Jan 20, 2025
@ti-chi-bot ti-chi-bot bot removed bug type/bug The issue is confirmed as a bug. labels Jan 20, 2025
@asddongmen asddongmen self-assigned this Jan 20, 2025
@asddongmen asddongmen added the bug label Jan 20, 2025
@wuhuizuo
Copy link

/type bug

cc @asddongmen

@ti-chi-bot ti-chi-bot bot added type/bug The issue is confirmed as a bug. and removed type/bug The issue is confirmed as a bug. labels Jan 20, 2025
@purelind
Copy link

/type bug

@ti-chi-bot ti-chi-bot bot added the type/bug The issue is confirmed as a bug. label Jan 20, 2025
@asddongmen asddongmen removed the bug label Jan 20, 2025
@asddongmen
Copy link
Collaborator Author

fixed by #916

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

No branches or pull requests

3 participants