ChenSammi commented on code in PR #10184:
URL: https://github.com/apache/ozone/pull/10184#discussion_r3186951387
##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/XceiverServerGrpc.java:
##########
@@ -136,7 +141,8 @@ public XceiverServerGrpc(DatanodeDetails datanodeDetails,
.executor(readExecutors)
.addService(ServerInterceptors.intercept(
xceiverService.bindServiceWithZeroCopy(),
- new GrpcServerInterceptor()));
+ new GrpcServerInterceptor()))
+ .addTransportFilter(connectionLimitFilter);
Review Comment:
@YutaLin , thanks for working on this.
Could you try use NettyServerBuilder's withChildOption, to set
ChannelOption.SO_BACKLOG?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]