This is an automated email from the ASF dual-hosted git repository.
yx9o pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 4d1ee7a292e Unified shadow DB spring boot start configuration style
(#20492)
add 88476ce39f9 Support kill process list id execute with standalone mode
(#20494)
No new revisions were added by this update.
Summary of changes:
.../mode/metadata/persist/node/ComputeNode.java | 14 +++----
.../mode/process/ShowProcessListManager.java | 3 +-
...ent.java => KillProcessListIdRequestEvent.java} | 6 +--
.../mode/process/node/ProcessNode.java | 16 ++++----
.../ClusterContextManagerCoordinator.java | 24 +++++------
...essIdEvent.java => KillProcessListIdEvent.java} | 6 +--
...ava => KillProcessListIdUnitCompleteEvent.java} | 6 +--
.../compute/event/ShowProcessListTriggerEvent.java | 2 +-
.../event/ShowProcessListUnitCompleteEvent.java | 2 +-
.../watcher/ComputeNodeStateChangedWatcher.java | 16 ++++----
.../subscriber/ProcessRegistrySubscriber.java | 46 +++++++++++-----------
.../ClusterContextManagerCoordinatorTest.java | 12 +++---
.../registry/process/node/ProcessNodeTest.java | 8 ++--
.../subscriber/ProcessStandaloneSubscriber.java | 19 +++++++++
.../admin/mysql/executor/KillProcessExecutor.java | 4 +-
15 files changed, 102 insertions(+), 82 deletions(-)
rename
shardingsphere-mode/shardingsphere-mode-core/src/main/java/org/apache/shardingsphere/mode/process/event/{KillProcessIdRequestEvent.java
=> KillProcessListIdRequestEvent.java} (88%)
rename
shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/compute/event/{KillProcessIdEvent.java
=> KillProcessListIdEvent.java} (88%)
rename
shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/registry/status/compute/event/{KillProcessIdUnitCompleteEvent.java
=> KillProcessListIdUnitCompleteEvent.java} (86%)