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%)