changfubai commented on a change in pull request #8815:
URL: https://github.com/apache/dubbo/pull/8815#discussion_r711857882
##########
File path:
dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/ReferenceCountExchangeClient.java
##########
@@ -44,7 +44,7 @@
private final URL url;
private final AtomicInteger referenceCount = new AtomicInteger(0);
private final AtomicInteger disconnectCount = new AtomicInteger(0);
- private final Integer maxDisconnectCount = 50;
+ private final Integer warning_period = 50;
Review comment:
实例变量的话用WarningPeriod命名,要不然就用static静态常量,WARNING_PERIOD
--
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]