Re: Seeing "Negative" Overseer ID

2024-12-03 Thread Patrick Lok
That's what I think is happening too. The problem is the code is not expecting it to happen and not handling it correctly. I'm wondering if there's a way to reset it. On Tue, Dec 3, 2024 at 3:28 AM Ilan Ginzburg wrote: > Didn’t look at the code but from the number of digits wouldn’t it be a long

AW: Solr performance much worse in SolrCloud mode ?!

2024-12-03 Thread Schmidt, Mihael
The collection is created with only 1 shared and 3 replicas. So each node has the full collection and could respond to the request. Mihael Schmidt Software Engineering Bauformat Küchen GmbH & Co. KG Kattwinkel 1 | 32584 Löhne | Deutschland   Fon: +495732 102-379 Fax: +495732 102-300 Mail: msch

Re: Solr performance much worse in SolrCloud mode ?!

2024-12-03 Thread Vincenzo D'Amore
Hi Matthias, do you have only 1 shard for each Solrcloud or more? On Tue, Dec 3, 2024 at 2:11 PM Schmidt, Mihael wrote: > Hi Matthias, > > > > the tests were done with k6 (k6.io) from a server which is on the same > LAN as all the targeted servers. I did tests with single and multiple > virtual

AW: Solr performance much worse in SolrCloud mode ?!

2024-12-03 Thread Schmidt, Mihael
Hi Matthias, the tests were done with k6 (k6.io) from a server which is on the same LAN as all the targeted servers. I did tests with single and multiple virtual users. The results were all the same. Average response time around 50ms from the Solr cluster setup. Request looks like: https://se

Re: Solr performance much worse in SolrCloud mode ?!

2024-12-03 Thread Jan Høydahl
Hi, First, this performance (48ms) is not necessarily bad at all. Make sure when running tests, to start from the same state, newly started servers, and use the same test suite, running for the same duration, preferably 10+ minutes. Else various caches may play games with you. There is very li

Solr performance much worse in SolrCloud mode ?!

2024-12-03 Thread Schmidt, Mihael
Hi all, We have a standalone Solr instance and want to move to a Solr cluster. We don't have that many documents in our collection (about 80k) and are very happy with the performance of the standalone Solr instance. We have made some tests with the tool k6 and were surprised. Solr standalone (

Re: Seeing "Negative" Overseer ID

2024-12-03 Thread Ilan Ginzburg
Didn’t look at the code but from the number of digits wouldn’t it be a long wrapping around into negative territory? On Tue 3 Dec 2024 at 02:55, Patrick Lok wrote: > Hi, > > We are seeing some weird issues with the Overseer ID which causes some > overseer election problems in our cluster. > > Re