You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by GitBox <gi...@apache.org> on 2021/12/01 07:27:53 UTC

[GitHub] [ratis] szetszwo commented on a change in pull request #542: RATIS-1447. Cleanup NettyClientStreamRpc#replies empty queue

szetszwo commented on a change in pull request #542:
URL: https://github.com/apache/ratis/pull/542#discussion_r759916745



##########
File path: ratis-netty/src/main/java/org/apache/ratis/netty/NettyConfigKeys.java
##########
@@ -93,6 +94,18 @@ static boolean clientWorkerGroupShare(RaftProperties properties) {
     static void setClientWorkerGroupShare(RaftProperties properties, boolean clientWorkerGroupShare) {
       setBoolean(properties::setBoolean, CLIENT_WORKER_GROUP_SHARE_KEY, clientWorkerGroupShare);
     }
+
+    String CLIENT_REPLY_QUEUE_GRACE_PERIOD = PREFIX + ".client.reply.queue.grace-period";

Review comment:
       @guohao-rosicky ,
   
   Typo: it should be CLIENT_REPLY_QUEUE_GRACE_PERIOD_KEY.




-- 
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: issues-unsubscribe@ratis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org