-
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
specify DM-worker instance when create upstream source #4169
Comments
if the specified worker is already bounded, should scheduler unbound the old source and bound the new one or return an error? |
This feature is not implemented, welcome to discuss and contribute! Currently I think returning an error is OK, user can use |
Maybe we could provide a |
If the specified worker-name is invalid, the source will also be unbound(and return an error). Besides, |
we can limit the ability of this feature. In my option,
|
adding this limit makes more sense, if do so, current OperationSource req needs add a |
when the worker is invalid, source will not be create; and when the worker is already bound, source will be create, this may make this operation a little confused. |
Feature Request
Is your feature request related to a problem? Please describe:
for
operate-source create
, we may want to ensure the specified DM-worker can handle/bound it.like on DM-worker has more disk space to hold a large amount of full dumped data.
Describe the feature you'd like:
add a flag like
-w
to specify a DM-worker instance which prefers to be bounded.Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: