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

[New Feature] Support modify routine load property #4157

Closed
morningman opened this issue Jul 23, 2020 · 0 comments · Fixed by #4158
Closed

[New Feature] Support modify routine load property #4157

morningman opened this issue Jul 23, 2020 · 0 comments · Fixed by #4158
Assignees
Labels
area/load Issues or PRs related to all kinds of load kind/feature Categorizes issue or PR as related to a new feature.

Comments

@morningman
Copy link
Contributor

Motivation

Currently, it is not supported to modify the created routine load job. If the user wants to modify some properties of the job, such as concurrency, Kafka consumption progress, etc., a new job needs to be created. Very unfriendly to use.

Alter job

Support ALTER ROUTINE LOAD JOB stmt, for example:

alter routine load db1.label1
properties
(
"desired_concurrent_number"="3",
"max_batch_interval" = "5",
"max_batch_rows" = "300000",
"max_batch_size" = "209715200",
"strict_mode" = "false",
"timezone" = "+08:00"
)
@morningman morningman added kind/feature Categorizes issue or PR as related to a new feature. area/load Issues or PRs related to all kinds of load labels Jul 23, 2020
@morningman morningman self-assigned this Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/load Issues or PRs related to all kinds of load kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant