Last modified: 2014-09-16 17:28:24 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 T70867, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 68867 - Undeploy OAI extension
Undeploy OAI extension
Status: NEW
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: tracking
Depends on: 68538 68866 68868
Blocks: tracking
  Show dependency treegraph
 
Reported: 2014-07-30 17:19 UTC by Sam Reed (reedy)
Modified: 2014-09-16 17:28 UTC (History)
2 users (show)

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


Attachments

Description Sam Reed (reedy) 2014-07-30 17:19:47 UTC
Since 20140724215329

mysql:wikiadmin@db1038 [oai]> select oa_client, ou_name, count(oa_client) from o                                                                                        aiaudit left join oaiuser on oa_client = ou_id group by oa_client;
+-----------+--------------+------------------+
| oa_client | ou_name      | count(oa_client) |
+-----------+--------------+------------------+
|         0 | NULL         |             1055 |
|         6 | lsearch2     |           126808 |
|        12 | fresheye.com |             5967 |
|        13 | dbpedia      |            38854 |
+-----------+--------------+------------------+
4 rows in set (0.37 sec)


Seems all the NULL are oa_agent are MediaWiki OAI Harvester 0.2 (http://www.mediawiki.org/) (client id: nttr.co.jp; experimental)

Will file a bug for that
Comment 1 This, that and the other (TTO) 2014-07-31 10:23:40 UTC
How does this bug relate to bug 576?
Comment 2 Sam Reed (reedy) 2014-07-31 12:29:17 UTC
(In reply to This, that and the other (TTO) from comment #1)
> How does this bug relate to bug 576?

Presumably it doesn't as that's a feature that apparently doesn't exist....
Comment 3 Sam Reed (reedy) 2014-09-02 00:01:20 UTC
mysql:wikiadmin@db1038 [oai]> select oa_agent, count(oa_agent) from oaiaudit where oa_client = 0 group by oa_agent;
+-----------------------------------------------------------------------------------------------+-----------------+
| oa_agent                                                                                      | count(oa_agent) |
+-----------------------------------------------------------------------------------------------+-----------------+
| MediaWiki OAI Harvester 0.2 (http://www.mediawiki.org/) (client id: nttr.co.jp; experimental) |            5228 |
+-----------------------------------------------------------------------------------------------+-----------------+
1 row in set (0.58 sec)

mysql:wikiadmin@db1038 [oai]> select oa_agent, count(oa_agent) from oaiaudit group by oa_agent;
+-----------------------------------------------------------------------------------------------+-----------------+
| oa_agent                                                                                      | count(oa_agent) |
+-----------------------------------------------------------------------------------------------+-----------------+
| DBpedia Sync - http://dbpedia.org - morsey@informatik.uni-leipzig.de                          |          250216 |
| Java/1.6.0_38                                                                                 |         1061315 |
| MediaWiki OAI Harvester 0.2 (http://www.mediawiki.org/)                                       |           37351 |
| MediaWiki OAI Harvester 0.2 (http://www.mediawiki.org/) (client id: nttr.co.jp; experimental) |            5228 |
+-----------------------------------------------------------------------------------------------+-----------------+
4 rows in set (9.06 sec)

mysql:wikiadmin@db1038 [oai]> select oa_client, ou_name, count(oa_client) from oaiaudit left join oaiuser on oa_client = ou_id group by oa_client;

+-----------+--------------+------------------+
| oa_client | ou_name      | count(oa_client) |
+-----------+--------------+------------------+
|         0 | NULL         |             5228 |
|         6 | lsearch2     |          1061348 |
|        12 | fresheye.com |            37351 |
|        13 | dbpedia      |           250217 |
+-----------+--------------+------------------+
4 rows in set (1.48 sec)

mysql:wikiadmin@db1038 [oai]>

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


Navigation
Links