This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from 15880ec Add SHOW_SLAVE_STATUS check configuration. (#16263)
add d8b60ba Refactor disable and enable change event. (#16267)
No new revisions were added by this update.
Summary of changes:
.../shardingsphere/dbdiscovery/rule/DatabaseDiscoveryRule.java | 8 ++++----
.../dbdiscovery/mysql/AbstractDatabaseDiscoveryType.java | 3 ++-
.../dbdiscovery/opengauss/OpenGaussDatabaseDiscoveryType.java | 3 ++-
.../readwritesplitting/rule/ReadwriteSplittingRule.java | 3 ++-
.../readwritesplitting/rule/ReadwriteSplittingRuleTest.java | 9 +++++----
.../infra/rule/event/impl/DataSourceNameDisabledEvent.java | 3 ++-
.../infra/rule/event/impl/PrimaryDataSourceChangedEvent.java | 7 ++-----
.../cluster/coordinator/ClusterContextManagerCoordinator.java | 6 +++---
.../registry/status/storage/event/PrimaryStateChangedEvent.java | 2 --
.../status/storage/subscriber/StorageNodeStatusSubscriber.java | 3 +--
.../status/storage/watcher/StorageNodeStateChangedWatcher.java | 6 ++++--
.../coordinator/ClusterContextManagerCoordinatorTest.java | 2 +-
.../storage/subscriber/StorageNodeStatusSubscriberTest.java | 2 +-
.../storage/watcher/StorageNodeStateChangedWatcherTest.java | 5 ++---
14 files changed, 31 insertions(+), 31 deletions(-)