This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 02d3b0f350f ADD RESOURCE & CREATE SHARDING distsql test cases (#20350)
add 12a6e92e6e8 Remove lock state context (#20523)
No new revisions were added by this update.
Summary of changes:
.../shardingsphere/mode/lock/LockStateContext.java | 97 ----------------------
.../mode/lock/ShardingSphereLockContext.java | 11 +--
.../mode/lock/LockStateContextTest.java | 37 ---------
.../mode/lock/ShardingSphereLockContextTest.java | 7 +-
.../zookeeper/lock/ZookeeperInternalLock.java | 36 ++++----
.../lock/ZookeeperInternalLockHolder.java | 37 +--------
.../zookeeper/CuratorZookeeperRepositoryTest.java | 3 +-
.../lock/ShardingSphereStandaloneLock.java | 4 +-
...MutexLock.java => StandaloneExclusiveLock.java} | 4 +-
9 files changed, 31 insertions(+), 205 deletions(-)
delete mode 100644
shardingsphere-mode/shardingsphere-mode-core/src/main/java/org/apache/shardingsphere/mode/lock/LockStateContext.java
delete mode 100644
shardingsphere-mode/shardingsphere-mode-core/src/test/java/org/apache/shardingsphere/mode/lock/LockStateContextTest.java
copy
shardingsphere-proxy/shardingsphere-proxy-frontend/shardingsphere-proxy-frontend-reactive-core/src/main/java/org/apache/shardingsphere/proxy/frontend/reactive/wrap/WrappedReactiveCommandExecutor.java
=>
shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-repository/shardingsphere-cluster-mode-repository-provider/shardingsphere-cluster-mode-repository-zookeeper-curator/src/main/java/org/apache/shardingsphere/mode/repository/cluster/zoo
[...]
rename
shardingsphere-mode/shardingsphere-mode-type/shardingsphere-standalone-mode/shardingsphere-standalone-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/standalone/lock/{StandaloneMutexLock.java
=> StandaloneExclusiveLock.java} (95%)