Changefeed subtasks can not be balanced to new captures #638
Labels
area/ticdc
Issues or PRs related to TiCDC.
component/scheduler
TiCDC inner scheduler component.
status/need-discussion
Issue that needs to be discussed to confirm priority, milestone, plan and task breakdown.
type/bug
The issue is confirmed as a bug.
Milestone
Bug Report
Please answer these questions before submitting your issue. Thanks!
What did you do? If possible, provide a recipe for reproducing the error.
Suppose we have a changefeed that needs to sync 2 tables (subtasks) running on a cdc server (capture).
After we adding a new capture, subtasks can not be balanced to the new capture.
What did you expect to see?
Subtasks are balanced to two captures evenly.
What did you see instead?
Does not balance.
Versions of the cluster
Upstream TiDB cluster version (execute
SELECT tidb_version();
in a MySQL client):TiCDC version (execute
cdc version
):The text was updated successfully, but these errors were encountered: