Bug 1262796
Summary: | "docker pull submod/helloapache" does not complete | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marius Vollmer <mvollmer> |
Component: | docker | Assignee: | Lokesh Mandvekar <lsm5> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 23 | CC: | adimania, admiller, beland, dwalsh, ichavero, jcajka, jchaloup, lsm5, miminar, stefw, vbatts |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | docker-1.9.1-2.git78bc3ea.fc23.x86_64 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-12-01 19:11:01 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Marius Vollmer
2015-09-14 11:42:46 UTC
I have seen this behaviour before and I believe it is reported at docker, not sure what the fix is. this is likely the concurrency issue from docker-1.8 built with go1.5 Not a but in go1.5, but poor concurrency patterns in docker, that are expressed by improvements in go1.5. docker-1.8 needs to pin to go1.4 Lokesh we need to rebuild docker-1.8 with go1.4. Can we do that? https://github.com/vbatts/docker/commits/vbatts-1.8.2-cherry-pick has commits for docker-1.8 to be compiled with go1.5 and not hit this concurrency issue. Ok I just pushed a new version of fedora-1.8 packages to git, with your cherry pick changes. Vincent could you take a look. https://github.com/docker/docker/compare/v1.8.2...rhatdan:fedora-1.8 It builds fine ;-) `make test` is in progress with it right now Thanks for the quick reaction! Can you explain why this happens always with certain images, and never with others? > Can you explain why this happens always with certain images, and never with others?
Many layers?
(In reply to Marius Vollmer from comment #7) > Can you explain why this happens always with certain images, and never with > others? I've not found the consistency consistent ;-) Some days it will block on every image, other days it might make it through a few. Is this maybe fixed now? You should have newer versions of docker to test against. Fixed in docker-1.8.2 Tested with docker-1.9.1-2.git78bc3ea.fc23.x86_64 and I can pull submod/helloapache and submod/atomicapp with no problems. |