Bug 1275599 - rfe: make dnf cache download in parallel
Summary: rfe: make dnf cache download in parallel
Keywords:
Status: CLOSED DUPLICATE of bug 1210325
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-27 10:07 UTC by Michael S. Tsirkin
Modified: 2015-11-02 15:22 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-02 15:22:25 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Michael S. Tsirkin 2015-10-27 10:07:25 UTC
Description of problem:
dnf update is now downloading packages in parallel.
but dnf makecache is also pretty slow
(depending on a network), making it fetch
cache from unrelated repos in parallel would
speed this up.

Version-Release number of selected component (if applicable):
dnf-1.1.2-4.fc22.noarch

How reproducible:
always

Steps to Reproduce:
1. run as root:
# time dnf makecache
2. compare time reported for each repo and total real time

Actual results:
each repo is updated separately, one after another,
total time is the sum of times for each repo

Expected results:
Total time is worst time for a repo.

Additional info:
Can some downloads be parallelized within repo?
Might be worth considering, but might increase load on repo servers.

Comment 1 Honza Silhan 2015-11-02 15:22:25 UTC

*** This bug has been marked as a duplicate of bug 1210325 ***


Note You need to log in before you can comment on or make changes to this bug.