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_r173260427
 
 

 ##########
 File path: 
traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/router/TrafficRouter.java
 ##########
 @@ -295,15 +296,15 @@ public Geolocation getLocation(final String clientIP, 
final DeliveryService deli
                                track.setResult(ResultType.MISS);
                                
track.setResultDetails(ResultDetails.DS_CZ_ONLY);
                        }
-               } else {
+               } else if (track.isUseNextClosest()) {
+                       //Even with Geo limit none, TR wont do geo look-up, if 
fallback is diabled via backupZones configuration
 
 Review comment:
   diabled -> disabled

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to