yandrey321 commented on code in PR #10371:
URL: https://github.com/apache/ozone/pull/10371#discussion_r3313798332


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/XceiverServerGrpc.java:
##########
@@ -139,6 +139,17 @@ public XceiverServerGrpc(DatanodeDetails datanodeDetails,
         .channelType(channelType)
         .withOption(ChannelOption.SO_BACKLOG, soBacklog)
         .executor(readExecutors)
+        // If a client does not send an actual functional business RPC for 15 
minutes,
+        // the server kicks them off with a GOAWAY frame.
+        .maxConnectionIdle(15, TimeUnit.MINUTES)

Review Comment:
   should we also set MaxConnectionAge() to 1H?



-- 
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]

Reply via email to