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


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/protocolPB/GrpcOmTransport.java:
##########
@@ -70,6 +72,8 @@ public class GrpcOmTransport implements OmTransport {
       LoggerFactory.getLogger(GrpcOmTransport.class);
 
   private static final String CLIENT_NAME = "GrpcOmTransport";
+  private static final int SHUTDOWN_WAIT_INTERVAL = 100;
+  private static final int SHUTDOWN_MAX_WAIT_MILLIS = 5;

Review Comment:
   SHUTDOWN_MAX_WAIT_SECONDS = 5;



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