Last modified: 2013-11-21 15:40:10 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T59354, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 57354 - Cloning from Gerrit really slow
Cloning from Gerrit really slow
Status: RESOLVED DUPLICATE of bug 56034
Product: Wikimedia
Classification: Unclassified
Git/Gerrit (Other open bugs)
wmf-deployment
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-21 14:26 UTC by Yuvi Panda
Modified: 2013-11-21 15:40 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Yuvi Panda 2013-11-21 14:26:36 UTC
Compare:

From Gerrit:

○ → time git clone wmf:mediawiki/core.git
Cloning into 'core'...
remote: Counting objects: 36187, done
remote: Finding sources: 100% (6987/6987)
remote: Getting sizes: 100% (1066/1066)
remote: Compressing objects:  99% (48357/48358)
remote: Total 456737 (delta 4051), reused 456172 (delta 3888)
Receiving objects: 100% (456737/456737), 373.77 MiB | 205.00 KiB/s, done.
Resolving deltas: 100% (370294/370294), done.
Checking connectivity... done

real	35m32.455s
user	1m2.004s
sys	0m9.688s
 
Same repo from GitHub:

○ → time git clone git@github.com:wikimedia/mediawiki-core.git
Cloning into 'mediawiki-core'...
remote: Counting objects: 457504, done.
remote: Compressing objects: 100% (67807/67807), done.
remote: Total 457504 (delta 388785), reused 456706 (delta 388408)
Receiving objects: 100% (457504/457504), 192.42 MiB | 177.00 KiB/s, done.
Resolving deltas: 100% (388785/388785), done.
Checking connectivity... done

real	16m20.646s
user	0m57.509s
sys	0m7.332s

Both were over ssh. GitHub is almost 2x faster.
Comment 1 Yuvi Panda 2013-11-21 14:27:29 UTC
Cloning from India, can give a traceroute if necessary.
Comment 2 Nemo 2013-11-21 15:35:44 UTC
How does this differ from bug 56034?
Comment 3 Yuvi Panda 2013-11-21 15:40:10 UTC
(In reply to comment #2)
> How does this differ from bug 56034?

Ah, not significantly. I didn't find that one previously though. P

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

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


Navigation
Links