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

zuston pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


    from 417674d77 [#1675][FOLLOWUP] fix(test): Explicitly close resources to 
avoid unexcepted behaviors (#1740)
     add a3a49f0e1 [#1711][FOLLOWUP] feat(coordinator): refactor the 
reconfigurable conf (#1741)

No new revisions were added by this update.

Summary of changes:
 .../uniffle/common/config/Reconfigurable.java      |  38 ------
 .../uniffle/common/config/ReconfigurableBase.java  |  81 ------------
 .../apache/uniffle/coordinator/AccessManager.java  |  22 +---
 .../apache/uniffle/coordinator/ClusterManager.java |   4 +-
 .../uniffle/coordinator/CoordinatorServer.java     |  34 +----
 .../uniffle/coordinator/SimpleClusterManager.java  |  23 +---
 .../access/checker/AccessClusterLoadChecker.java   |  26 +---
 .../coordinator/web/CoordinatorTestServer.java     |   5 +-
 .../uniffle/dashboard/web/JettyServerFront.java    |   2 -
 .../uniffle/test/CoordinatorAssignmentTest.java    |  50 --------
 .../test/CoordinatorReconfigureNodeMaxTest.java    | 142 +++++++++++++++++++++
 11 files changed, 160 insertions(+), 267 deletions(-)
 delete mode 100644 
common/src/main/java/org/apache/uniffle/common/config/Reconfigurable.java
 delete mode 100644 
common/src/main/java/org/apache/uniffle/common/config/ReconfigurableBase.java
 create mode 100644 
integration-test/common/src/test/java/org/apache/uniffle/test/CoordinatorReconfigureNodeMaxTest.java

Reply via email to