rawlinp commented on a change in pull request #1908: Changes for Backup Edge
Cache Group
URL:
https://github.com/apache/incubator-trafficcontrol/pull/1908#discussion_r172936794
##########
File path:
traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/router/TrafficRouter.java
##########
@@ -262,7 +264,8 @@ public Geolocation getLocation(final String clientIP,
final DeliveryService deli
}
} else {
// Deep caching not enabled for this Delivery Service;
use the regular CZ
- cacheLocation =
getCoverageZoneCacheLocation(request.getClientIP(), ds);
+ cacheLocation =
getCoverageZoneCacheLocation(request.getClientIP(), ds, track, useDeep);
Review comment:
Ideally this line should just pass `track` into this method and let the
method default `useDeep` to false.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services