You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/09/17 11:07:31 UTC

[shardingsphere] branch master updated (b978498 -> 4ce9e44)

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 b978498  Refactor ComputeNodeStateChangedWatcher (#12525)
     add 4ce9e44  Optimize shadow rule (#12522)

No new revisions were added by this update.

Summary of changes:
 .../future/engine/AbstractShadowRouteEngine.java   |  49 +++---
 ...dowTableRule.java => ShadowDataSourceRule.java} |  10 +-
 .../shardingsphere/shadow/rule/ShadowRule.java     |  16 +-
 .../shadow/rule/ShadowTableRule.java               |  17 +++
 .../ColumnShadowAlgorithmDeterminerTest.java       |  25 +---
 .../NoteShadowAlgorithmDeterminerTest.java         |  17 ++-
 .../ShadowInsertStatementRoutingEngineTest.java    | 166 ++++++++++-----------
 .../shardingsphere/shadow/rule/ShadowRuleTest.java |  27 ++--
 ...orithmProviderConfigurationYamlSwapperTest.java |  47 +++---
 9 files changed, 189 insertions(+), 185 deletions(-)
 copy shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/rule/{ShadowTableRule.java => ShadowDataSourceRule.java} (84%)