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

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


    from 30b60751 [ISSUE-273][BUG] Get shuffle result failed caused by 
concurrent calls to registerShuffle (#274)
     new fa894ba3 Fix potenial missing reads of exclude nodes (#269)
     new c5975a5b [ISSUE-239][BUG] RssUtils#transIndexDataToSegments should 
consider the length of the data file (#275)
     new 00860784 Fix NPE in WriteBufferManager.addRecord (#296)
     new f40d76c0 Fix AbstractStorage#containsWriteHandler (#281)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../spark/shuffle/writer/WriteBufferManager.java   |   7 +-
 .../shuffle/writer/WriteBufferManagerTest.java     |  14 ++
 .../apache/uniffle/common/ShuffleIndexResult.java  |  10 +-
 .../org/apache/uniffle/common/util/RssUtils.java   |  14 +-
 .../uniffle/common/ShuffleIndexResultTest.java     |   2 +-
 .../apache/uniffle/common/util/RssUtilsTest.java   |   4 +-
 .../uniffle/coordinator/SimpleClusterManager.java  |   5 +-
 .../client/impl/grpc/ShuffleServerGrpcClient.java  |   2 +-
 .../response/RssGetShuffleIndexResponse.java       |   4 +-
 proto/src/main/proto/Rss.proto                     |   1 +
 .../uniffle/server/ShuffleServerGrpcService.java   |   1 +
 .../server/storage/LocalStorageManager.java        |   2 +-
 .../uniffle/storage/common/AbstractStorage.java    |   6 +-
 .../storage/handler/impl/HdfsFileReader.java       |   7 +-
 .../handler/impl/HdfsShuffleReadHandler.java       |  13 +-
 .../handler/impl/LocalFileServerReadHandler.java   |  10 +-
 .../uniffle/storage/common/LocalStorageTest.java   |  15 ++
 .../handler/impl/HdfsShuffleReadHandlerTest.java   | 139 ++++++++++++++++++
 .../storage/handler/impl/LocalFileHandlerTest.java | 112 +++------------
 .../handler/impl/LocalFileHandlerTestBase.java     | 157 +++++++++++++++++++++
 .../impl/LocalFileServerReadHandlerTest.java       | 109 ++++++++++++++
 21 files changed, 519 insertions(+), 115 deletions(-)
 create mode 100644 
storage/src/test/java/org/apache/uniffle/storage/handler/impl/LocalFileHandlerTestBase.java
 create mode 100644 
storage/src/test/java/org/apache/uniffle/storage/handler/impl/LocalFileServerReadHandlerTest.java

Reply via email to