Umeshkumar9414 commented on code in PR #7864:
URL: https://github.com/apache/hbase/pull/7864#discussion_r3268186029
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcExecutor.java:
##########
@@ -90,7 +90,7 @@ public abstract class RpcExecutor {
public static final String CALL_QUEUE_CODEL_LIFO_THRESHOLD =
"hbase.ipc.server.callqueue.codel.lifo.threshold";
- public static final int CALL_QUEUE_CODEL_DEFAULT_TARGET_DELAY = 100;
+ public static final int CALL_QUEUE_CODEL_DEFAULT_TARGET_DELAY = 5;
Review Comment:
In that case let me raise an different PR for this change. I want rest of
the change in release branches.
--
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]