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 fe2efe096 [#1401][part-1] The dashboard supports multiple Coordinator
links. (#1449)
add dddcced0d [#1773] improvement(client): Reduce chunkSize of gRPC
Netty's PooledByteBufAllocator to reduce memory usage (#1775)
No new revisions were added by this update.
Summary of changes:
client-mr/core/pom.xml | 1 -
common/pom.xml | 5 +-
.../uniffle/common/config/RssClientConf.java | 24 ++++++++
.../apache/uniffle/common/util/GrpcNettyUtils.java | 69 ++++++++++++++++++++++
internal-client/pom.xml | 5 ++
.../uniffle/client/impl/grpc/GrpcClient.java | 29 ++++++++-
.../client/impl/grpc/ShuffleServerGrpcClient.java | 38 ++++++++++--
.../impl/grpc/ShuffleServerGrpcNettyClient.java | 37 +++++++++++-
8 files changed, 194 insertions(+), 14 deletions(-)
create mode 100644
common/src/main/java/org/apache/uniffle/common/util/GrpcNettyUtils.java