Skip to content
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

Support alter cdc backfill rate limit #17913

Closed
kwannoel opened this issue Aug 5, 2024 · 3 comments
Closed

Support alter cdc backfill rate limit #17913

kwannoel opened this issue Aug 5, 2024 · 3 comments
Assignees
Milestone

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Aug 5, 2024

Currently alter table t1 set backfill_rate_limit = xx; is not supported for cdc backfill tables.
They should support alter rate lmit as well for table.

Further we should have some tests for this case.

@github-actions github-actions bot added this to the release-1.11 milestone Aug 5, 2024
@StrikeW
Copy link
Contributor

StrikeW commented Aug 7, 2024

I think the syntax for cdc table should be consistent to #17911, that is

alter table t1 set backfill_rate_limit = xx;

right?

@kwannoel
Copy link
Contributor Author

kwannoel commented Aug 7, 2024

I think the syntax for cdc table should be consistent to #17911, that is

alter table t1 set backfill_rate_limit = xx;

right?

Yeah exactly. Let me amend the description.

@StrikeW
Copy link
Contributor

StrikeW commented Aug 19, 2024

Done in #17989

@StrikeW StrikeW closed this as completed Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants