Hi Erick
Thanks for your help, it is alright now.
Have a good day
Victor
-------- Message original --------
*Sujet: *Re: Error opening new searcher
*De : *Erick Erickson <erickerick...@gmail.com>
*Pour : *solr-user <solr-user@lucene.apache.org>
*Date : *20/05/2016 17:57
Actually, it almost certainly _is_ in the regular Solr log file, just
which one. The file logging
rolls over, which is why you have solr.log, solr.log.1 etc. Likely the
message is in one of
those unless it happened a long time ago. Those Solr logs are really a
window that spans
some time period, how long depends on how much log traffic you're
generating. If you
need a longer window, adjust the log4j.properties file.
The console log file will accumulate all messages forever, which is why Shawn
recommends you disable it. If you monitor it and set just the console
logging to WARN
it won't grow very quickly (at least it better not) but you then have to monitor
it yourself.
Best,
Erick
Best,
Erick
On Fri, May 20, 2016 at 4:19 AM, Victor D'agostino
<victor.d.agost...@fiducial.net> wrote:
Hi Shawn
Ok I am going to comit less often then.
I have planned to set the console log from INFO to WARN but this kind of log
was not in the solr.log regular log file !
Regards
Victor
-------- Message original --------
*Sujet: *Re: Error opening new searcher
*De : *Shawn Heisey <apa...@elyograg.org>
*Pour : *solr-user@lucene.apache.org
*Date : *20/05/2016 11:40
On 5/20/2016 1:46 AM, Victor D'agostino wrote:
What doest this "try again later" log means in solr-xxxx-console.log :
You should really disable console logging entirely. I assume you're
running at least version 5.0?
193899678 WARN (qtp1393423910-18329) [c:db s:shard3 r:core_node3
x:db_shard3_replica1] o.a.s.u.p.DistributedUpdateProcessor Error
sending update to
https://urldefense.proofpoint.com/v2/url?u=http-3A__10.69.212.22-3A8983_solr&d=CwIFaQ&c=1tDFxPZjcWEmlmmx4CZtyA&r=GIbD6pb1nH9ZrxFDfhl_c8kJe7NkpbmXG1YHXBYFth8&m=XvSFBhKqCFis7ZDQP0Npk9DWx5YWGwcP1wx5ZWQMbm4&s=0LMx0511pQ6Au2CeRhtuzD-zDGiCaxoBE0MnbvneS5I&e=
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
Error from server at
https://urldefense.proofpoint.com/v2/url?u=http-3A__10.69.212.22-3A8983_solr_db-5Fshard3-5Freplica1-3A&d=CwIFaQ&c=1tDFxPZjcWEmlmmx4CZtyA&r=GIbD6pb1nH9ZrxFDfhl_c8kJe7NkpbmXG1YHXBYFth8&m=XvSFBhKqCFis7ZDQP0Npk9DWx5YWGwcP1wx5ZWQMbm4&s=GqsWQqbS0ryjcM6Cb_zPBkg0oljISX0dNnIjuJBoR1A&e=
Error opening new searcher. exceeded limit of maxWarmingSearchers=2,
try again later.
Am I supposed to resend the document or will it be inserted just fine
later ?
Most likely the update itself was fine -- the error was when opening a
new searcher, which is something that happens at commit time. You would
need to check the solr.log file on the server with address 10.69.212.22
to be sure. This particular error message means that you are committing
too frequently -- two previous commits with openSearcher=true were not
yet finished before a third commit with openSearcher=true was started.
And is it possible to set the log timestamp "193899678" to a human
readable format ?
Check the timestamp in the solr.log file. Like I said above -- the
console log should be disabled entirely. You should be able to remove
it as a logging destination by editing resources/log4j.properties
(assuming 5.x or 6.x).
Thanks,
Shawn
________________
Ce message et les éventuels documents joints peuvent contenir des
informations confidentielles. Au cas où il ne vous serait pas destiné, nous
vous remercions de bien vouloir le supprimer et en aviser immédiatement
l'expéditeur. Toute utilisation de ce message non conforme à sa destination,
toute diffusion ou publication, totale ou partielle et quel qu'en soit le
moyen est formellement interdite. Les communications sur internet n'étant
pas sécurisées, l'intégrité de ce message n'est pas assurée et la société
émettrice ne peut être tenue pour responsable de son contenu.
________________
Ce message et les éventuels documents joints peuvent contenir des informations
confidentielles. Au cas où il ne vous serait pas destiné, nous vous remercions
de bien vouloir le supprimer et en aviser immédiatement l'expéditeur. Toute
utilisation de ce message non conforme à sa destination, toute diffusion ou
publication, totale ou partielle et quel qu'en soit le moyen est formellement
interdite. Les communications sur internet n'étant pas sécurisées, l'intégrité
de ce message n'est pas assurée et la société émettrice ne peut être tenue pour
responsable de son contenu.