-
Notifications
You must be signed in to change notification settings - Fork 288
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: send boot strap cost too many times leading to stuck the owner #11565
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
report/customer
Customers have encountered this bug.
severity/moderate
type/bug
The issue is confirmed as a bug.
Comments
At the moment, bootstrap message is delivered one by one synchronously, it takes around 181 seconds to send 923 message, each one cost around 0.19s |
According to my local test, send 100 bootstrap message cost 101ms, 1.01ms for each one. |
asddongmen
added
type/bug
The issue is confirmed as a bug.
severity/moderate
affects-8.1
This bug affects the 8.1.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
labels
Sep 6, 2024
500 tables, 757 ms |
/report customer |
wk989898
pushed a commit
to wk989898/tiflow
that referenced
this issue
Sep 24, 2024
…lock other changefeeds (pingcap#11573) close pingcap#11565
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.5
This bug affects the 7.5.x(LTS) versions.
affects-8.1
This bug affects the 8.1.x(LTS) versions.
area/ticdc
Issues or PRs related to TiCDC.
report/customer
Customers have encountered this bug.
severity/moderate
type/bug
The issue is confirmed as a bug.
In user scenarios we find the owner is stuck for a long time. And in the logs, we find owner is stuck because too many time costed in send bootstrap messages, which is not excepted.
[2024/08/28 07:03:11.269 +00:00] [INFO] [ddl_manager.go:189] ["send bootstrap messages finished"] [changefeed=default/ingestion-test-4] [cost=3m1.504269564s]
The text was updated successfully, but these errors were encountered: