SzyWilliam commented on code in PR #997:
URL: https://github.com/apache/ratis/pull/997#discussion_r1433367522


##########
ratis-grpc/src/main/java/org/apache/ratis/grpc/GrpcConfigKeys.java:
##########
@@ -279,6 +279,18 @@ static boolean heartbeatChannel(RaftProperties properties) 
{
     static void setHeartbeatChannel(RaftProperties properties, boolean 
useSeparate) {
       setBoolean(properties::setBoolean, HEARTBEAT_CHANNEL_KEY, useSeparate);
     }
+
+    String EXCEPTIONAL_WARN_LOG_BATCH_DURATION_KEY = PREFIX + 
".exceptional-warn-log.batch.duration";

Review Comment:
   Sure, let me change it.



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

Reply via email to