On 10/7/22 06:23, Satya Nand wrote:
Upon checking in the Solr Graphna Dashboard it was found that *Mapped Total
Capacity(Jvm Metrices->Buffer size section) *for this particular node was
approx double of other servers 54GB vs 28 GB.
Further checking in *CORE (Plugin/Stats) *for this particular server, There
were two searchers registered for this core. something like this
Usually when there are multiple searchers, it's because there is an
existing searcher handling queries and at least one new searcher that is
being warmed as a replacement. When the new searcher is fully warmed,
the existing searcher will shut down as soon as all queries that are
using it are complete.
28GB of heap memory being assigned to the searcher seems extremely
excessive. Can you share the cache configuration in solrconfig.xml and
the max doc count in the core?
Thanks,
Shawn