GuoYL123 commented on a change in pull request #2061:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2061#discussion_r526764724
##########
File path:
transports/transport-highway/src/main/java/org/apache/servicecomb/transport/highway/HighwayServerInvoke.java
##########
@@ -202,12 +202,16 @@ public void execute() {
}
}
- private Holder<Boolean> checkQpsFlowControl(OperationMeta operationMeta) {
+ private boolean checkQpsFlowControl(OperationMeta operationMeta) {
Holder<Boolean> qpsFlowControlReject = new Holder<>(false);
@SuppressWarnings("deprecation")
Handler providerQpsFlowControlHandler =
operationMeta.getProviderQpsFlowControlHandler();
if (null != providerQpsFlowControlHandler) {
try {
+ Handler marKHandler = operationMeta.getMarkHandler();
Review comment:
has refactory
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]