You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/go/bin/go run resource-management/cmds/service-api/service-api.go --master_ip=sonya-grs-server-us-central1-a-mig-mfl5 --resource_urls=34.168.53.159:9119,35.236.3.51:9119, -v=3 > ~/logs/sonya-grs-server-us-central1-a-mig-mfl5.log 2>&1
if resource_urls has one more "," at the end of string(--resource_urls=34.168.53.159:9119,35.236.3.51:9119,), service logs keep display this error, if using "--resource_urls=34.168.53.159:9119,35.236.3.51:9119", error will not display.
E0726 03:47:18.686107 2134 aggregator.go:164] Get "http:///resources/initpull": http: no Host in request URL
expected result: no error displayed
The text was updated successfully, but these errors were encountered:
q131172019
changed the title
aggregator error: Get "http:///resources/initpull": http: no Host in request URL
Service_api.go triggers aggregator error: Get "http:///resources/initpull": http: no Host in request URL
Aug 9, 2022
Repro steps:
The text was updated successfully, but these errors were encountered: