Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
abuild
abuild
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • abuildabuild
  • Issues
  • #873

Closed
Open
Opened Dec 14, 2011 by Natanael Copa@ncopaOwner

download locking

the various build servers share the distfiles download area. This might cause a race condition when different build servers tries to download same file at the same time. We should implement some kind of locking.

Note that we have .part files for partial downloads. Those are kept even if download fails so it can be possible to continue a previously failed download. We need a .lock file in addition.

(from redmine: issue id 873, created on 2011-12-14, closed on 2012-03-08)

  • Changesets:
    • Revision 01bab6e2 by Natanael Copa on 2012-01-20T08:22:06Z:
abuild: implement locking of downloaded files

We need locking Since the build servers use a shared download dir
and multiple vservers might want download same file at same time.

fixes #873
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/abuild#873