Reputation: 529
We recently encountered a problem with our file transfer configuration using the tsop-agent for Google Cloud Storage. Here is a summary of the situation:
Observed Error: E0621 13:52:09.606702 13863 handler.go:168] failed to initialize upload: generic::unknown: retry budget exhausted (10 attempts): Post "https://www.googleapis.com/upload/storage/v1/b/bucket_name/o?alt=json&ifGenerationMatch=0&uploadType=resumable": dial tcp: lookup www.googleapis.com on DNS_IP:35 no such host
Scenario:
www.googleapis.com
and google.com
, as expected.curl
commands work via the proxy.After various tests and verifications, we discovered the problem stemmed from the version of the tsop-agent. An automatic update occurred, upgrading the agent from version v3.0.5219 to version v3.0.5235, which resolved the issue.
Has anyone else experienced this problem with tsop-agent version v3.0.5219? Do you know what was fixed in version v3.0.5235 to resolve this issue? I searched the documentation but couldn't find the release notes to compare the two versions.
Thanks in advance for your help!
Thank you for your attention, and I hope someone can provide insights on the differences between these two versions of the tsop-agent.
Upvotes: 0
Views: 238
Reputation: 382
The agent version is no longer compatible with Storage Transfer Service.
This is a temporary error, related to a bad agent update. If it occurs, do the following:
Incase if you are using a docker, Pull the latest docker image by running: sudo docker pull gcr.io/cloud-ingest/tsop-agent
Issue the Docker run command to start all of your agent containers.
If the issue persists, reach out to the GCP support team by creating a new Issue Tracker thread describing your issue.
Upvotes: -1