-
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
TiCDC can't recover after TiDB of upstream OOM #8561
Labels
affects-6.0
affects-6.1
affects-6.2
affects-6.3
affects-6.4
affects-6.5
affects-6.6
affects-7.0
area/ticdc
Issues or PRs related to TiCDC.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
WangLe1321
added
area/ticdc
Issues or PRs related to TiCDC.
type/bug
The issue is confirmed as a bug.
labels
Mar 17, 2023
The issue can be work around per #4516 (comment) |
/severity major |
/assign @overvenus |
ti-chi-bot
added a commit
to tikv/tikv
that referenced
this issue
Apr 7, 2023
…ock (#14465) close pingcap/tiflow#8561, ref #11993 cdc: batch send resolved ts exponentially to speed up TiCDC resolve lock Signed-off-by: Neil Shen <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/tikv
that referenced
this issue
May 23, 2023
close pingcap/tiflow#8561, ref tikv#11993 Signed-off-by: ti-chi-bot <[email protected]>
overvenus
added a commit
to ti-chi-bot/tikv
that referenced
this issue
May 23, 2023
…ock (tikv#14465) close pingcap/tiflow#8561, ref tikv#11993 Signed-off-by: Neil Shen <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]> Signed-off-by: Neil Shen <[email protected]>
ti-chi-bot bot
pushed a commit
to tikv/tikv
that referenced
this issue
May 23, 2023
…ock (#14465) (#14796) close pingcap/tiflow#8561, ref #11993, ref #14465 cdc: batch send resolved ts exponentially to speed up TiCDC resolve lock Signed-off-by: Neil Shen <[email protected]> Co-authored-by: Neil Shen <[email protected]> Co-authored-by: 二手掉包工程师 <[email protected]> Co-authored-by: Ti Chi Robot <[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.0
affects-6.1
affects-6.2
affects-6.3
affects-6.4
affects-6.5
affects-6.6
affects-7.0
area/ticdc
Issues or PRs related to TiCDC.
severity/major
type/bug
The issue is confirmed as a bug.
What did you do?
TiDB of upstream has too high qps and connections, causing TIDB OOM.
metrics of TiDB:
https://clinic.pingcap.com/grafana/d/000000013tidbcloudv6_1_x/tidb-runtime-cluster-clinic?orgId=1&var-tidb_cluster=1379661944640134080&var-instance=All&var-store=All&from=1678407999000&to=1678415199000&var-tidb_version=v6.1.x&var-org=1372813089196917631&refresh=15m&var-org_type=cloud
https://clinic.pingcap.com/grafana/d/2bbdcd7d4d88a2dtidbcloudv6_1_x/tidb-summary-cluster-clinic?orgId=1&var-tidb_cluster=1379661944640134080&var-instance=All&var-store=All&from=1678407999000&to=1678415199000&var-tidb_version=v6.1.x&var-org=1372813089196917631&refresh=15m&var-org_type=cloud
https://clinic.pingcap.com/portal/#/orgs/1372813089196917631/clusters/1379661944640134080/report/5/fed8c3b6-fe7a-48f7-80e1-100dacf18938
after scale up TiDB nodes, TiDB recovered.
What did you expect to see?
After TiDB recovered, cdc should reduce lag.
What did you see instead?
cdc lag is still high.
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
):(paste TiCDC version here)
https://clinic.pingcap.com/portal/#/orgs/1372813089196917631/clusters/1379661944640134080
cluster version is v6.1.3
The text was updated successfully, but these errors were encountered: