Last modified: 2013-09-30 06:30:29 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 T49293, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 47293 - Further reduce noise in log files for non-existent host
Further reduce noise in log files for non-existent host
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
lucene-search-2 (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-04-16 21:53 UTC by Munagala Ramanath (Ram)
Modified: 2013-09-30 06:30 UTC (History)
5 users (show)

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


Attachments

Description Munagala Ramanath (Ram) 2013-04-16 21:53:50 UTC
Indexes disabled by being mapped to a non-existent host are still generating a large volume of stack traces on some hosts. A sample from search1015 looks like this:
-----------------------------------------------------
2013-04-16 00:00:00,994 [pool-1-thread-80] WARN  org.wikimedia.lsearch.search.WikiSearcher  - Cannot get a search index (nor local or remote) for nl-titles.tspart1
2013-04-16 00:00:00,994 [pool-1-thread-80] WARN  org.wikimedia.lsearch.search.WikiSearcher  - Cannot get a search index (nor local or remote) for nl-titles.tspart2
2013-04-16 00:00:00,994 [pool-1-thread-80] ERROR org.wikimedia.lsearch.search.SearchEngine  - Error fetching grouped titles: Error constructing searcher for nl-titles
java.io.IOException: Error constructing searcher for nl-titles
        at org.wikimedia.lsearch.search.WikiSearcher.<init>(WikiSearcher.java:104)
        at org.wikimedia.lsearch.search.SearchEngine.fetchTitles(SearchEngine.java:898)
        at org.wikimedia.lsearch.search.SearchEngine.search(SearchEngine.java:731)
        at org.wikimedia.lsearch.search.SearchEngine.search(SearchEngine.java:136)
        at org.wikimedia.lsearch.frontend.SearchDaemon.processRequest(SearchDaemon.java:106)
        at org.wikimedia.lsearch.frontend.HttpHandler.handle(HttpHandler.java:197)
        at org.wikimedia.lsearch.frontend.HttpHandler.run(HttpHandler.java:114)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
------------------------------------------------

The number of such messages on search1015/search1016:
(using: grep -c "Error constructing searcher for" log)
419862
416670

A patch to fix this will be committed shortly.
Comment 1 Munagala Ramanath (Ram) 2013-04-16 22:01:07 UTC
Bug 45795 fixes this issue for a couple of code paths; this bug fixes the remaining third code path.
Comment 2 Gerrit Notification Bot 2013-04-16 22:12:59 UTC
Related URL: https://gerrit.wikimedia.org/r/59533 (Gerrit Change Ie6be47113e57b8419d041909bff458b171b263a0)
Comment 3 Gerrit Notification Bot 2013-04-23 02:43:23 UTC
https://gerrit.wikimedia.org/r/59533 (Gerrit Change Ie6be47113e57b8419d041909bff458b171b263a0) | change APPROVED and MERGED [by Tim Starling]
Comment 4 Andre Klapper 2013-05-13 14:12:47 UTC
Merged on April 23th. Closing as FIXED.

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


Navigation
Links