I noticed a couple of the distributions were apparently out of order, and after looking at all the numbers, there's quite a lot out of order. Here's the current usage numbers for the projects on http://drupal.org/project/distributions sorted by "most installed":

7030
1120
645
670
551
332
278
247
256
190
166
111
105
120
96
93
71
70
58
83
30
61
42
72
34

I thought this might just be a stale cache, but looking at the history on some of the discrepancies shows they were never actually in the order they're displayed. So apparently something else is wrong.

Comments

drumm’s picture

Project: Project » Project ApacheSolr integration
Version: 6.x-1.x-dev » 7.x-1.x-dev
Component: Projects » Code

I suspect the problem is that indexing happens on node update, and usage goes up without being reindexed. We need something to reindex projects more regularly. Something general in project_solr might be nice, or maybe we just have to move this over to infrastructure and make a weekly Jenkins job to do it.

drumm’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)