Hi,
Our dataservices-application is configures to run in “embedded solr” Profile. On a day with higher usage, our log detected 47 “Performance Warning” messages (level: warn) like this:
2024-08-16 11:38:07,604 [ttp-nio-8080-exec-10][WARN ][org.apache.solr.core.SolrCore ][u:] - <mark>PERFORMANCE</mark> <mark>WARNING</mark>: Overlapping onDeckSearchers=2
What does this mean and how can we fix that?
Those resources were helpful to understand the issue:
Can you confirm, that this must be fixed by customizing the SolrCore-Configuration which A12-Dataservices provides?
In the meantime I also localized the A12-Solr-Config (bitbucket). There are 2 searchers configured:
<maxWarmingSearchers>2</maxWarmingSearchers>
Hi @stefan-grey-canyon ,
DS config is a default config from Solr there are no optimizations in there, so all optimizations should be handled by configuration of Solr. Please also consider using standalone Solr for higher usage cases.
Hi @stefan-grey-canyon,
has your question been answered or do you need further support? If it is solved, please, use the checkbox to mark the solution (this of course also includes your own replies) to your problem so that other users also know what helped in your case.
Thanks in advance!
Denise from the Discourse team