You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/01/28 07:55:00 UTC

[shardingsphere] branch master updated (76c78c9 -> daef1b0)

This is an automated email from the ASF dual-hosted git repository.

zhonghongsheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 76c78c9  Update VM options for ShardingSphere-Proxy (#15141)
     add daef1b0  For #14722: Refactor the issue that cannot have multiple jobs under the same Schema name (#15136)

No new revisions were added by this update.

Summary of changes:
 .../pipeline/core/execute/PipelineJobExecutor.java | 12 ++-
 .../core/lock/ScalingSchemaNameDistributeLock.java | 87 ++++++++++++++++++++++
 .../scenario/rulealtered/RuleAlteredJobWorker.java | 39 ++++++++++
 .../subscriber/ScalingRegistrySubscriber.java      | 45 ++---------
 4 files changed, 143 insertions(+), 40 deletions(-)
 create mode 100644 shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-core/src/main/java/org/apache/shardingsphere/data/pipeline/core/lock/ScalingSchemaNameDistributeLock.java