rawlinp commented on a change in pull request #5709:
URL: https://github.com/apache/trafficcontrol/pull/5709#discussion_r606395238
##########
File path:
traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/router/StatTracker.java
##########
@@ -339,9 +339,9 @@ public void setTotalDsMissCount(final int totalDsMissCount)
{
this.totalDsMissCount = totalDsMissCount;
}
- private int totalDnsCount;
+ private long totalDnsCount;
private long totalDnsTime;
- private int totalHttpCount;
+ private long totalHttpCount;
private long totalHttpTime;
private int totalDsMissCount = 0;
Review comment:
We might as well make this a `long` as well just to round them all out.
--
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]