-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker transport: catch disconnects #1295
Comments
|
Note that the old reports, pre-#1073 , don’t even make it clear whether it is the source or the destination failing! |
For the record, one possible path where the |
#1816 has added a “connection reset” retry logic to reads from registries. Note that it doesn’t handle The original report is for writes, though. In that case we can’t retry (because we are streaming the input and we no longer have a copy after a failure). We could add some heuristic error message context. |
https://bugzilla.redhat.com/show_bug.cgi?id=1898309 is asking to add some more information to users when loosing the connection to/from a registry. I'll move the technical discussion here.
Skimming the code, we may need to ping the registry when facing an error.
(c *dockerClient) detectPropertiesHelper(...)
may be a way to do that:@mtrmac @lsm5 WDYT?
The text was updated successfully, but these errors were encountered: