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 2022/05/29 04:26:43 UTC

[shardingsphere] branch master updated (063ea4b7cb3 -> e63b30facee)

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 063ea4b7cb3 Use PipelineMetaDataNode replace node path (#17871)
     add e63b30facee Use uuid instead of ip@port as instance id (#18037)

No new revisions were added by this update.

Summary of changes:
 .../dbdiscovery/rule/DatabaseDiscoveryRule.java    |  2 +-
 .../infra/instance/ComputeNodeInstance.java        |  2 +-
 .../infra/instance/InstanceContext.java            | 24 ++++-----
 .../instance/definition/InstanceDefinition.java    | 60 ++++++++++++++++++++--
 .../infra/instance/InstanceContextTest.java        |  9 ++--
 .../jdbc/core/connection/ConnectionManager.java    | 20 ++++----
 .../core/connection/ConnectionManagerTest.java     |  5 +-
 .../traffic/spi/TrafficLoadBalanceAlgorithm.java   | 10 ++--
 .../RandomTrafficLoadBalanceAlgorithm.java         |  6 +--
 .../RoundRobinTrafficLoadBalanceAlgorithm.java     |  6 +--
 .../traffic/engine/TrafficEngine.java              | 10 ++--
 .../algorithm/engine/TrafficEngineTest.java        | 16 +++---
 .../RandomTrafficLoadBalanceAlgorithmTest.java     | 12 +++--
 .../RoundRobinTrafficLoadBalanceAlgorithmTest.java | 15 +++---
 .../config/NarayanaConfigurationFileGenerator.java |  2 +-
 .../NarayanaConfigurationFileGeneratorTest.java    |  2 +-
 .../metadata/persist/node/ComputeNodeTest.java     |  4 +-
 .../cluster/ClusterContextManagerBuilder.java      |  2 +-
 .../ClusterContextManagerCoordinator.java          |  4 +-
 .../coordinator/lock/mutex/InterMutexLock.java     |  2 +-
 .../compute/service/ComputeNodeStatusService.java  | 17 +++---
 .../watcher/ComputeNodeStateChangedWatcher.java    |  5 +-
 .../generator/ClusterWorkerIdGenerator.java        |  6 +--
 .../ClusterContextManagerCoordinatorTest.java      | 16 +++---
 .../service/ComputeNodeStatusServiceTest.java      | 18 ++++---
 .../ral/common/queryable/ShowInstanceHandler.java  | 12 ++---
 .../common/queryable/ShowInstanceModeHandler.java  |  2 +-
 .../ral/common/updatable/LabelInstanceHandler.java |  1 +
 .../common/updatable/SetInstanceStatusHandler.java |  1 +
 .../common/updatable/UnlabelInstanceHandler.java   |  1 +
 .../DistSQLTrafficLoadBalanceAlgorithmFixture.java |  4 +-
 .../queryable/ShowInstanceModeHandlerTest.java     |  2 +-
 32 files changed, 181 insertions(+), 117 deletions(-)