sandynz opened a new issue #14722: URL: https://github.com/apache/shardingsphere/issues/14722
## Feature Request ### Is your feature request related to a problem? No ### Describe the feature you would like. In case of there're several scaling jobs are created that belong to the same schema, they will run concurrently, it might cause issue. So it's better to add some limitation: 1. Make sure there's only one scaling job is running if there're seveval scaling jobs that belong to the same schema. 2. Validate metadata, if target metadata is old than current enabled one, then it should not be executed. (It will be done after metadata multi-version is completed, not in this feature request.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
