rimashah25 commented on code in PR #6711:
URL: https://github.com/apache/trafficcontrol/pull/6711#discussion_r855288066


##########
traffic_ops/traffic_ops_golang/deliveryservice/eligible.go:
##########
@@ -107,7 +108,8 @@ func GetServersEligible(w http.ResponseWriter, r 
*http.Request) {
                                return
                        }
                        v3server := tc.DSServer{}
-                       v3server.DSServerBase = 
srv.DSServerBaseV4.ToDSServerBase(&routerHostName, &routerPort)
+                       pid, pdesc := dbhelpers.GetProfileIDDesc(inf.Tx.Tx, 
*v3server.Profile)

Review Comment:
   I was too trying to debug the failures yesterday.. thanks for help



-- 
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]

Reply via email to