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 7dd93b8d [#564] test(operator): add end-to-end test (#581)
     add e38d7995 [#711] feat(netty): Add Netty port information for Shuffle 
Server (#712)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/mapred/RssMapOutputCollector.java       | 10 +-----
 .../org/apache/hadoop/mapreduce/RssMRUtils.java    | 32 +++++++++++++-----
 .../hadoop/mapreduce/v2/app/RssMRAppMaster.java    |  6 +++-
 .../java/org/apache/uniffle/common/ClientType.java |  3 +-
 .../apache/uniffle/common/ShuffleServerInfo.java   | 38 ++++++++++++++++-----
 .../uniffle/common/ShuffleServerInfoTest.java      |  8 ++++-
 .../coordinator/CoordinatorGrpcService.java        |  3 +-
 .../org/apache/uniffle/coordinator/ServerNode.java | 39 ++++++++++++++++++----
 .../uniffle/coordinator/SimpleClusterManager.java  |  2 +-
 .../apache/uniffle/coordinator/ServerNodeTest.java | 12 +++++++
 .../uniffle/test/AssignmentWithTagsTest.java       |  6 ++--
 .../apache/uniffle/test/CoordinatorGrpcTest.java   |  7 ++++
 .../test/PartitionBalanceCoordinatorGrpcTest.java  |  6 ++--
 .../java/org/apache/uniffle/test/ServletTest.java  |  4 +--
 .../test/ShuffleServerFaultToleranceTest.java      |  4 +--
 .../client/factory/ShuffleServerClientFactory.java |  2 +-
 .../client/impl/grpc/CoordinatorGrpcClient.java    | 12 ++++---
 .../client/request/RssSendHeartBeatRequest.java    |  9 ++++-
 proto/src/main/proto/Rss.proto                     |  1 +
 .../apache/uniffle/server/RegisterHeartBeat.java   | 15 +++++----
 .../org/apache/uniffle/server/ShuffleServer.java   | 19 ++++++++---
 .../apache/uniffle/server/ShuffleServerConf.java   |  7 ++++
 22 files changed, 180 insertions(+), 65 deletions(-)

Reply via email to