You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Akreeti Agarwal <Ak...@hcl.com> on 2020/01/15 08:08:00 UTC

SOLR 7.5 Performance WARN

Hi All,

I am using SOLR 7.5 version with master slave architecture.
I am getting :

"PERFORMANCE WARNING: Overlapping onDeckSearchers=2"

continuously on my master logs for all cores. Please help me to resolve this.


Thanks & Regards,
Akreeti Agarwal

::DISCLAIMER::
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
________________________________

Re: SOLR 7.5 Performance WARN

Posted by Jason Gerlowski <ge...@gmail.com>.
Hi Akreeti,

The "onDeckSearcher" count is the number of searchers that are
currently being opened/warmed for a given core.  New searchers are
opened by (some types of) commits.  So essentially, what this message
means is that you're asking Solr to do commits so close together that
commit N is happening before commit N-1 has even finished.

The fix usually is to commit less frequently.  Are you triggering
explicit commits via the API (or through SolrJ)?  How frequently do
the settings in your solrconfig.xml have you committing?

Hope that helps,

Jason

On Wed, Jan 15, 2020 at 3:08 AM Akreeti Agarwal <Ak...@hcl.com> wrote:
>
> Hi All,
>
> I am using SOLR 7.5 version with master slave architecture.
> I am getting :
>
> "PERFORMANCE WARNING: Overlapping onDeckSearchers=2"
>
> continuously on my master logs for all cores. Please help me to resolve this.
>
>
> Thanks & Regards,
> Akreeti Agarwal
>
> ::DISCLAIMER::
> ________________________________
> The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects.
> ________________________________