-
Notifications
You must be signed in to change notification settings - Fork 289
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
sinkManage should not retry on sink error infinitely. #9272
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.2
area/ticdc
Issues or PRs related to TiCDC.
component/sink
Sink component.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
asddongmen
added
type/bug
The issue is confirmed as a bug.
area/ticdc
Issues or PRs related to TiCDC.
labels
Jun 20, 2023
asddongmen
added
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.2
component/sink
Sink component.
severity/moderate
labels
Jun 20, 2023
Agree with that, but I wonder if it is possible to show the use of the sink error message in changefeed status, and also change normal to such as "normal with errors". Hit this failure in ticdc log.
while changefeed still show it is normal.
|
17 tasks
hicqu
pushed a commit
to ti-chi-bot/tiflow
that referenced
this issue
Aug 15, 2023
ref pingcap#9272 Signed-off-by: qupeng <[email protected]>
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.2
area/ticdc
Issues or PRs related to TiCDC.
component/sink
Sink component.
severity/moderate
type/bug
The issue is confirmed as a bug.
What did you do?
What did you expect to see?
After a period of time, sink error should be reported to owner.
What did you see instead?
Changefeed stucks, but changefeed's status keep normal, processor retry to restart sink again and again.
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):(paste TiDB cluster version here)
Upstream TiKV version (execute
tikv-server --version
):(paste TiKV version here)
TiCDC version (execute
cdc version
):master
The text was updated successfully, but these errors were encountered: