This is an automated email from the ASF dual-hosted git repository.
maobaolong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
from 85b1f01e8 [MINOR] improvement(dashboard): Support sortable for
totalSize column of applicationPage within dashboard webui (#2224)
add 8ea760d0d [#2222] feat(server): Introduce LocalFileWriterFactory and
LocalFileNioWriter impl (#2223)
No new revisions were added by this update.
Summary of changes:
.../apache/uniffle/common/config/RssBaseConf.java | 5 +++
docs/server_guide.md | 1 +
.../org/apache/uniffle/storage/api/FileWriter.java | 10 ++++--
.../storage/handler/impl/HadoopFileWriter.java | 10 ++++--
.../handler/impl/HadoopShuffleWriteHandler.java | 3 +-
...ocalFileWriter.java => LocalFileNioWriter.java} | 42 +++++++++++-----------
.../handler/impl/LocalFileWriteHandler.java | 12 ++++---
.../storage/handler/impl/LocalFileWriter.java | 10 ++++--
.../handler/impl/LocalFileWriterFactory.java | 24 ++++++++-----
9 files changed, 75 insertions(+), 42 deletions(-)
copy
storage/src/main/java/org/apache/uniffle/storage/handler/impl/{LocalFileWriter.java
=> LocalFileNioWriter.java} (62%)
copy
common/src/main/java/org/apache/uniffle/common/metrics/MetricReporterFactory.java
=>
storage/src/main/java/org/apache/uniffle/storage/handler/impl/LocalFileWriterFactory.java
(59%)