Hi,
Solr apparently writes loads of error messages with every update, commit,
search etc. Everything seems to be fine, searching and indexing is correct
and fast, but we are concerned it might affect other parts of the system if
they are in fact symptoms of errors internal to Solr. It seems that one
error message is being logged before every info message, like this:

12:55:50,816 ERROR [STDERR] 22.feb.2008 12:55:50
org.apache.solr.update.DirectUpdateHandler2 commit
INFO: start commit(optimize=false,waitFlush=false,waitSearcher=true)
12:55:50,816 ERROR [STDERR] 22.feb.2008 12:55:50
org.apache.solr.update.DirectUpdateHandler2 doDeletions
INFO: DirectUpdateHandler2 deleting and removing dups for 1457 ids
12:55:51,269 ERROR [STDERR] 22.feb.2008 12:55:51
org.apache.solr.search.SolrIndexSearcher <init>
INFO: Opening [EMAIL PROTECTED] DirectUpdateHandler2
12:55:51,300 ERROR [STDERR] 22.feb.2008 12:55:51
org.apache.solr.update.DirectUpdateHandler2 doDeletions
INFO: DirectUpdateHandler2 docs deleted=1457
12:55:51,300 ERROR [STDERR] 22.feb.2008 12:55:51
org.apache.solr.search.SolrIndexSearcher <init>
INFO: Opening [EMAIL PROTECTED] main
12:55:51,316 ERROR [STDERR] 22.feb.2008 12:55:51
org.apache.solr.search.SolrIndexSearcher warm
INFO: autowarming [EMAIL PROTECTED] main from [EMAIL PROTECTED] main

filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
12:55:51,316 ERROR [STDERR] 22.feb.2008 12:55:51
org.apache.solr.search.SolrIndexSearcher warm
INFO: autowarming result for [EMAIL PROTECTED] main

filterCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
12:55:51,316 ERROR [STDERR] 22.feb.2008 12:55:51
org.apache.solr.search.SolrIndexSearcher warm

I've looked in the source code of the relevant classes, but I can't find the
source of the log messages (which really don't seem to contain much
information).

Anyone know why this happens and how I can fix it?

Thanks,
Laila
-- 
View this message in context: 
http://www.nabble.com/Error-messages-in-log%2C-but-everything-seems-fine-tp15632885p15632885.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to