-
Notifications
You must be signed in to change notification settings - Fork 287
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
cdc: panic after disable syncpoint through cli update #4934
Labels
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.0
affects-6.1
area/ticdc
Issues or PRs related to TiCDC.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
ben1009
added
type/bug
The issue is confirmed as a bug.
area/ticdc
Issues or PRs related to TiCDC.
labels
Mar 17, 2022
This error never appeared again in v5.4.0 and master branch. |
This problem is cause by we assignment and use Reproducing steps:
|
ti-chi-bot
pushed a commit
that referenced
this issue
Jul 21, 2022
This was referenced Jul 21, 2022
ti-chi-bot
added a commit
that referenced
this issue
Jul 22, 2022
asddongmen
added a commit
to asddongmen/tiflow
that referenced
this issue
Jul 22, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Jul 22, 2022
/remove-label affects-6.2 |
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-4.0
affects-5.0
affects-5.1
affects-5.2
affects-5.3
affects-5.4
affects-6.0
affects-6.1
area/ticdc
Issues or PRs related to TiCDC.
severity/major
type/bug
The issue is confirmed as a bug.
What did you do?
create changefeed with syncpoint enable
pause
update with syncpoint disable
resume
What did you expect to see?
not panic
What did you see instead?
cdc panic instead
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):5.4
Upstream TiKV version (execute
tikv-server --version
):(paste TiKV version here)
TiCDC version (execute
cdc version
):5.4
The text was updated successfully, but these errors were encountered: