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

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


    from 3714873  Fix IllegalArgumentException when execute SELECT * FROM 
pg_catalog.pg_database statement with datagrip (#16519)
     add b344437  Improve scaling distsql robustness (#16512)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  4 +-
 .../core/api/impl/AbstractPipelineJobAPIImpl.java  | 21 +++++++
 .../core/api/impl/RuleAlteredJobAPIImpl.java       | 73 +++++++++++++++++-----
 ...ion.java => PipelineVerifyFailedException.java} | 14 ++---
 .../pipeline/core/lock/PipelineSimpleLock.java     |  4 ++
 .../RuleAlteredJobProgressDetector.java            | 13 ++++
 .../rulealtered/RuleAlteredJobSchedulerCenter.java |  2 +-
 .../scenario/rulealtered/RuleAlteredJobWorker.java | 21 +++++++
 .../data/pipeline/api/job/AbstractJobId.java       |  2 +
 .../shardingsphere/mode/lock/LockContext.java      |  8 +++
 .../future/lock/DistributeLockContext.java         | 18 ++++--
 .../lock/ShardingSphereDistributeGlobalLock.java   | 13 +++-
 .../rule/ScalingReleaseSchemaNameLockEvent.java    |  1 +
 .../manager/memory/lock/MemoryLockContext.java     | 18 +++++-
 .../standalone/lock/StandaloneLockContext.java     | 18 +++++-
 .../api/impl/RuleAlteredJobAPIImplTest.java        | 10 ++-
 .../config_sharding_sphere_jdbc_source.yaml        |  4 +-
 17 files changed, 203 insertions(+), 41 deletions(-)
 copy 
shardingsphere-kernel/shardingsphere-data-pipeline/shardingsphere-data-pipeline-core/src/main/java/org/apache/shardingsphere/data/pipeline/core/exception/{PipelineJobCreationException.java
 => PipelineVerifyFailedException.java} (68%)

Reply via email to