Page MenuHomePhabricator

lucene support makes git.wikimedia.org slow
Closed, DeclinedPublic

Description

Trying to browse around https://git.wikimedia.org this evening feels very slow. "time curl" seems to confirm the slowness:

$ time curl "https://git.wikimedia.org/summary/mediawiki%2Fcore.git"
real 0m13.733s
user 0m0.011s
sys 0m0.008s

I'm consistently getting times of 13s to 16s. :-/


Version: wmf-deployment
Severity: normal

Details

Reference
bz49229

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 22 2014, 1:54 AM
bzimport added a project: Gerrit.
bzimport set Reference to bz49229.
bzimport added a subscriber: Unknown Object (MLST).

It is. I enabled the Lucene indexing to make the searches work, but performance took a nose-dive. Will be poking this tomorrow.

I had to turn the lucene indexing off for the time being until I can figure out why it sucks so much.

  • Bug 49674 has been marked as a duplicate of this bug. ***

(In reply to Chad H. from comment #3)

I had to turn the lucene indexing off for the time being until I can figure
out why it sucks so much.

Chad: I assume Lucene indexing is still off? In that case, should this ticket be turned into an enhancement request to enable Lucene indexing?

(In reply to Chad H. from comment #3)

I had to turn the lucene indexing off for the time being until I can figure
out why it sucks so much.

Chad / Nik: I assume Lucene indexing is still off? In that case, should this ticket be turned into an enhancement request to enable Lucene indexing, with lower priority?

(In reply to Andre Klapper from comment #6)

(In reply to Chad H. from comment #3)

I had to turn the lucene indexing off for the time being until I can figure
out why it sucks so much.

Chad / Nik: I assume Lucene indexing is still off? In that case, should this
ticket be turned into an enhancement request to enable Lucene indexing, with
lower priority?

Yes, it's off. I doubt I'll ever revisit getting it back on. WONTFIX?

demon claimed this task.