On 9/26/2020 1:39 PM, Wei wrote:
Thanks Shawn! Currently we are still using the CMS collector for solr with
Java 8. When last evaluated with Solr 7, CMS performs better than G1 for
our case. When using G1, is it better to upgrade from Java 8 to Java 11?
From https://lucene.apache.org/solr/guide/
My understanding is that current means whether there is data pending to be
committed.
Best,
Wei
On Sat, Sep 26, 2020 at 5:09 PM Kayak28 wrote:
> Hello, Solr community:
>
>
>
> I would like to ask a question about the current icon on the core-overview
>
> under statistics.
>
> I thought previous
Hello, Solr community:
I would like to ask a question about the current icon on the core-overview
under statistics.
I thought previously that the current tag tells users whether it is
searchable or not (commit or not commit) because if I send a
commit request, it becomes an OK-ish icon from NG-ish
Thanks Alexandre. It was cache issue.
Regards
Manisha Rahatadkar
-Original Message-
From: Alexandre Rafalovitch
Sent: Friday, September 25, 2020 6:12 PM
To: solr-user
Subject: Re: Solr 8.6.2 UI issue
Sounds strange. If you had Solr installed previously, it could be cached
Javascript.
Thanks Shawn! Currently we are still using the CMS collector for solr with
Java 8. When last evaluated with Solr 7, CMS performs better than G1 for
our case. When using G1, is it better to upgrade from Java 8 to Java 11?
>From https://lucene.apache.org/solr/guide/8_4/solr-system-requirements.html,
You mention high CPU usage...Can you share the thread dump (using jstack)
for both the delete by id and delete by query?
Also, an output of /solr//schema executed on the host?
Lastly, is this standalone Solr or SolrCloud?
Attachments won’t make it to the list, so I would recommend sharing a link
to
Thanks Dominique! I just tried deleting a single document using its id. I
tried this:
id123
and this:
id:id123
In each case, I still get the same "Solr connection lost" error. I checked
that the Solr instance has enough RAM (it was using 73% of the RAM), but it
was using 110% CPU. Could t