Solr 8.5.1 Using Port 10001 doesn't work in Dashboard

2020-05-01 Thread Phill Campbell
Today I installed Solr 8.5.1 to replace an 8.2.0 installation. It is a clean install, not a migration, there was no data that I needed to keep. I run Solr (Solr Cloud Mode) on ports starting with 10001. I have been doing this since Solr 5x releases. In my experiment I have 1 shard with

Re: Solr 8.5.1 Using Port 10001 doesn't work in Dashboard

2020-05-01 Thread Phill Campbell
The browser is Chrome. I forgot to state that before. That got me to thinking and so I ran it from Fire Fox. Everything seems to be fine there! Interesting. Since this is my development environment I do not run any plugins on any of my browsers. > On May 1, 2020, at 2:41 PM, Phill Campb

Re: Solr 8.5.1 Using Port 10001 doesn't work in Dashboard

2020-05-01 Thread Phill Campbell
ntly, and after switched to Firefox, > all urls were fine. > May be a encoding side effect. > It seems to me that a new solr ui is in development. May be this issue will > be fixed for the release of this ui. > > Sylvain > > > Le ven. 1 mai 2020 à 22:52, Phill Campbell

Re: Solr 8.5.1 Using Port 10001 doesn't work in Dashboard

2020-05-04 Thread Phill Campbell
Firefox, > all urls were fine. > May be a encoding side effect. > It seems to me that a new solr ui is in development. May be this issue will > be fixed for the release of this ui. > > Sylvain > > > Le ven. 1 mai 2020 à 22:52, Phill Campbell <mailto:sirgilli...@yaho

Re: Solr 8.5.1 query timeAllowed exceeded throws exception

2020-05-12 Thread Phill Campbell
Upon examining the Solr source code it appears that it was unable to even make a connection in the time allowed. While the error message was a bit confusing, I do understand what it means. > On May 12, 2020, at 2:08 PM, Phill Campbell >

Download a pre-release version? 8.6

2020-05-15 Thread Phill Campbell
Is there a way to download a tgz of the binary of a nightly build or similar? I have been testing 8.5.1 and ran into the bug with load balancing. https://issues.apache.org/jira/browse/SOLR-14471 It is a deal breaker for me to move forward with

Re: Download a pre-release version? 8.6

2020-05-15 Thread Phill Campbell
t; Jan Høydahl >> >>> 15. mai 2020 kl. 22:27 skrev Phill Campbell >> : >>> >>> Is there a way to download a tgz of the binary of a nightly build or >> similar? >>> >>> I have been testing 8.5.1 and ran into the bug with load balancing

Re: Unbalanced shard requests

2020-05-18 Thread Phill Campbell
nRate":9.893315557386755, "15minRate":5.620178363676527, "min_ms":0.150887, "max_ms":472.826462, "mean_ms":32.184282366621204, "median_ms":6.977733, "stddev_ms":55.729908615189196,

Re: Unbalanced shard requests

2020-05-18 Thread Phill Campbell
I have been testing 8.5.2 and it looks like the load has moved but is still on one machine. Setup: 3 physical machines. Each machine hosts 8 instances of Solr. Each instance of Solr hosts one replica. Another way to say it: Number of shards = 8. Replication factor = 3. Here is the cluster

Solr 8.5.1 query timeAllowed exceeded throws exception

2020-05-12 Thread Phill Campbell
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this request exceeded:… at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:345) at

Re: Need help on handling large size of index.

2020-05-20 Thread Phill Campbell
In my world your index size is common. Optimal Index size: Depends on what you are optimizing for. Query Speed? Hardware utilization? Optimizing the index is something I never do. We live with about 28% deletes. You should check your configuration for your merge policy. I run 120 shards, and I

Re: Need help on handling large size of index.

2020-05-20 Thread Phill Campbell
In my world your index size is common. Optimal Index size: Depends on what you are optimizing for. Query Speed? Hardware utilization? Optimizing the index is something I never do. We live with about 28% deletes. You should check your configuration for your merge policy. I run 120 shards, and I

Re: Need help on handling large size of index.

2020-05-22 Thread Phill Campbell
tion on different datacenter machine which was of same > configuration with SSD used to take 4-5 hours to optimise. This time to > optimise is comparable to r5a.16xlarge with extra 3 IOPs time. > > Best, > Modassar > > On Fri, May 22, 2020 at 12:56 AM Phill Campbell

Re: Need help on handling large size of index.

2020-05-21 Thread Phill Campbell
The optimal size for a shard of the index is be definition what works best on the hardware with the JVM heap that is in use. More shards mean smaller sizes of the index for the shard as you already know. I spent months changing the sharing, the JVM heap, the GC values before taking the system

Re: Unbalanced shard requests

2020-05-21 Thread Phill Campbell
requestTimes >>> >> { >> "responseHeader":{ >>"status":0, >>"QTime":67}, >> "metrics":{ >>"solr.core.BTS.shard3.replica_n16":{ >> "QUERY./select.requestTimes":{ >>

Does 8.5.2 depend on 8.2.0

2020-06-18 Thread Phill Campbell
I use gradle to build my project. I noticed that in the build the jar it is using is 8.2.0. I don’t include that anywhere. I clear my grade cache and rebuild and I see this: $find . -name "solr*" ./modules-2/metadata-2.71/descriptors/org.apache.solr/solr-parent

Re: [EXTERNAL] Getting rid of Master/Slave nomenclature in Solr

2020-06-19 Thread Phill Campbell
The entire idea of removing a word out of our language is problematic. There will have to be a lot of history books that detail the terrible conditions of peoples over recorded history changed, or removed. I find the “F” word extremely offensive. I find references to Deity while cursing

Re: [EXTERNAL] Getting rid of Master/Slave nomenclature in Solr

2020-06-18 Thread Phill Campbell
Master - Worker Master - Peon Master - Helper Master - Servant The term that is not wanted is “slave’. The term “master” is not a problem IMO. > On Jun 18, 2020, at 3:59 PM, Jan Høydahl wrote: > > I support Mike Drob and Trey Grainger. We shuold re-use the leader/replica > terminology from

Re: Does 8.5.2 depend on 8.2.0

2020-06-18 Thread Phill Campbell
compile(group: 'org.springframework.boot',name: 'spring-boot-starter-web',version: '2.2.6.RELEASE') compile(group: 'javax.inject', name: 'javax.inject', version:'1') compile(group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '2.1.1') compile group: 'ch.qos.logback', name: 'logback-core',

Re: Periodically 100% cpu and high load/IO

2020-06-07 Thread Phill Campbell
Can you switch to 8.5.2 and see if it still happens. In my testing of 8.5.1 I had one of my machines get really hot and bring the entire system to a crawl. What seemed to cause my issue was memory usage. I could give the JVM running Solr less heap and the problem wouldn’t manifest. I haven’t

Re: leader election stuck after hosts restarts

2021-01-12 Thread Phill Campbell
Which version of Apache Solr? > On Jan 12, 2021, at 8:36 AM, Pierre Salagnac > wrote: > > Hello, > We had a stuck leader election for a shard. > > We have collections with 2 shards, each shard has 5 replicas. We have many > collections but the issue happened for a single shard. Once all host

Re: NPE in QueryComponent.mergeIds when using timeAllowed and sorting SOLR 8.7

2021-03-01 Thread Phill Campbell
Anyone? > On Feb 24, 2021, at 7:47 AM, Phill Campbell > wrote: > > Last week I switched to Solr 8.7 from a “special” build of Solr 6.6 > > The system has a timeout set for querying. I am now seeing this bug. > > https://issues.apache.org/jira/browse/SOLR-14758 >

NPE in QueryComponent.mergeIds when using timeAllowed and sorting SOLR 8.7

2021-02-24 Thread Phill Campbell
Last week I switched to Solr 8.7 from a “special” build of Solr 6.6 The system has a timeout set for querying. I am now seeing this bug. https://issues.apache.org/jira/browse/SOLR-14758 Max Query Time goes from 1.6 seconds to 20 seconds and

NPE in QueryComponent.mergeIds when using timeAllowed and sorting SOLR 8.7

2021-02-24 Thread Phill Campbell
Last week I switched to Solr 8.7 from a “special” build of Solr 6.6 The system has a timeout set for querying. I am now seeing this bug. https://issues.apache.org/jira/browse/SOLR-14758 Max Query Time goes from 1.6 seconds to 20 seconds and

Location of Solr 9 Branch

2021-03-02 Thread Phill Campbell
I have just begun investigating Solr source code. Where is the branch for Solr 9?