You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hz...@apache.org on 2020/08/06 02:48:03 UTC

[helix] branch master updated (a6e9260 -> 56cf125)

This is an automated email from the ASF dual-hosted git repository.

hzlu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.


    from a6e9260  Add hzlu to committer list
     add 56cf125  Fix ZkHelixClusterVerifier related resource leakage (#1185)

No new revisions were added by this update.

Summary of changes:
 .../helix/integration/TestAlertingRebalancerFailure.java    |  6 +++---
 .../apache/helix/integration/TestBucketizedResource.java    |  4 ++--
 .../test/java/org/apache/helix/integration/TestDisable.java |  6 +++---
 .../test/java/org/apache/helix/integration/TestDriver.java  |  6 +++++-
 .../test/java/org/apache/helix/integration/TestDrop.java    | 10 +++++-----
 .../helix/integration/TestStateTransitionCancellation.java  |  2 +-
 .../apache/helix/integration/TestZkCallbackHandlerLeak.java |  6 +++---
 .../org/apache/helix/integration/TestZkConnectionLost.java  |  6 +++++-
 .../helix/integration/common/ZkStandAloneCMTestBase.java    |  4 ++--
 .../integration/controller/TestTargetExternalView.java      |  2 +-
 .../controller/TestWatcherLeakageOnController.java          |  2 +-
 .../apache/helix/integration/manager/ClusterManager.java    |  8 +++++++-
 .../integration/messaging/TestBatchMessageWrapper.java      |  2 +-
 .../messaging/TestCrossClusterMessagingService.java         |  2 +-
 .../helix/integration/multizk/TestMultiZkHelixJavaApis.java |  6 +++++-
 .../rebalancer/CrushRebalancers/TestCrushAutoRebalance.java | 10 +++++-----
 .../CrushRebalancers/TestCrushAutoRebalanceNonRack.java     |  7 ++++++-
 .../DelayedAutoRebalancer/TestDelayedAutoRebalance.java     |  2 +-
 .../PartitionMigration/TestPartitionMigrationBase.java      |  2 +-
 .../PartitionMigration/TestWagedRebalancerMigration.java    |  2 +-
 ...estClusterInMaintenanceModeWhenReachingMaxPartition.java |  2 +-
 ...rInMaintenanceModeWhenReachingOfflineInstancesLimit.java |  2 +-
 .../integration/rebalancer/TestMixedModeAutoRebalance.java  |  2 +-
 .../integration/rebalancer/TestZeroReplicaAvoidance.java    |  2 +-
 .../rebalancer/WagedRebalancer/TestWagedRebalance.java      |  6 +++++-
 .../WagedRebalancer/TestWagedRebalanceFaultZone.java        |  4 ++--
 .../TestRoutingTableProviderFromCurrentStates.java          |  4 ++--
 .../integration/spectator/TestRoutingTableSnapshot.java     |  2 +-
 .../org/apache/helix/spectator/TestRoutingDataCache.java    |  2 +-
 .../java/org/apache/helix/zookeeper/zkclient/ZkClient.java  | 13 ++++++++++---
 30 files changed, 84 insertions(+), 50 deletions(-)