Bug 679475
Summary: | Paralel uploads fail | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Daniel Mach <dmach> |
Component: | z_other | Assignee: | Jeff Ortel <jortel> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | pkilambi, skarmark |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Sprint 21 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:00:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 563609, 641987 |
Description
Daniel Mach
2011-02-22 16:31:24 UTC
Currently, we're trying to find a balance between making the upload of a specific file interruptable/resumable and tolerant of concurrent (parallel) upload attempts. In 0.140, pulp is completely intolerant to concurrent uploads of the same file. Basically, they stomp on each other as you notice here. This was the first pass. In 0.141, each upload of a specific file (unique by name and checksum) is considered a unique upload that is normalized when the uploaded file is imported. Meaning, that if the file has already been uploaded, it is not imported and no error is raised. However, if a user Ctrl^C out of pulp-admin, then decides to resume the upload on the same box, it will resume where it left off. Daniel, I'd like to schedule a meeting with you ASAP to make sure we understand your upload requirements. Build: 0.143 verified [root@preethi ~]# rpm -q pulp pulp-0.0.173-1.fc14.noarch I tried parallel uploads and haven't encountered any error. So moving to verified Closing with Community Release 15 pulp-0.0.223-4. |