This is an automated email from the ASF dual-hosted git repository.
roryqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
from 4408359f [ISSUE-48][FEATURE][FOLLOW UP] add unit test for validating
rss objects (#248)
add c89f95cd [Improvement] Add hdfs path health check to
AppBalanceSelectStorageStrategy (#210)
No new revisions were added by this update.
Summary of changes:
.../apache/uniffle/common/RemoteStorageInfo.java | 2 +-
.../coordinator/AbstractSelectStorageStrategy.java | 75 ++++++
.../AppBalanceSelectStorageStrategy.java | 162 ++++++------
.../uniffle/coordinator/ApplicationManager.java | 97 +++++--
.../uniffle/coordinator/CoordinatorConf.java | 12 +-
.../LowestIOSampleCostSelectStorageStrategy.java | 286 ++++++++-------------
.../uniffle/coordinator/SelectStorageStrategy.java | 17 +-
.../AppBalanceSelectStorageStrategyTest.java | 59 ++---
.../uniffle/coordinator/ClientConfManagerTest.java | 30 ++-
...owestIOSampleCostSelectStorageStrategyTest.java | 71 +++--
docs/coordinator_guide.md | 6 +-
.../apache/uniffle/test/FetchClientConfTest.java | 6 +-
.../org/apache/uniffle/test/GetReaderTest.java | 4 +
.../org/apache/uniffle/test/GetReaderTest.java | 4 +
14 files changed, 438 insertions(+), 393 deletions(-)
create mode 100644
coordinator/src/main/java/org/apache/uniffle/coordinator/AbstractSelectStorageStrategy.java