Re: Unable to create core in Solr 8.6.0

2020-08-09 Thread Chris Larsson
Just to provide a little closure, it appears that this issue is fixed in Java 14.0.2. Chris On Mon, Jul 27, 2020 at 5:38 PM Chris Larsson wrote: > Nice... That's the code I was just looking at. > > > https://github.com/apache/lucene-solr/blob/branch_8_6/solr/core/src/java/org/apache/solr/update

Re: Can create collections with Drupal 8 configset

2020-08-09 Thread Shawn Heisey
On 8/9/2020 8:11 AM, Shane Brooks wrote: Thanks Shawn. The way we have it configured presently is as follows: icu4j.jar is located in /opt/solr/contrib/analysis-extras/lib/icu4j-62.1.jar solrconfig.xml contains: Which should load the jar at startup, correct? I do not know if that path spec

Production Issue: TIMED_WAITING - Will net.ipv4.tcp_tw_reuse=1 help?

2020-08-09 Thread Doss
Hi, We are having 3 node SOLR (8.3.1 NRT) + 3 Node Zookeeper Ensemble now and then we are facing "Max requests queued per destination 3000 exceeded for HttpDestination" After restart evering thing starts working fine until another problem. Once a problem occurred we are seeing soo many TIMED_WAIT

Re: HttpSolrClient Connection Evictor

2020-08-09 Thread Shawn Heisey
On 8/9/2020 2:46 AM, Srinivas Kashyap wrote: We are using HttpSolrClient(solr-solrj-8.4.1.jar) in our app along with required jar(httpClient-4.5.6.jar). Before that we upgraded these jars from (solr-solrj-5.2.1.jar) and (httpClient-4.4.1.jar). After we upgraded, we are seeing lot of below conn

Re: java.util.concurrent.RejectedExecutionException: Max requests queued per destination 3000 exceeded for HttpDestination

2020-08-09 Thread Doss
Hi, Sorry, actually the issue was not fixed, on that day the service restart cleared the TIMED_WAITNG threads. The problem re-occured recently, everything works fine until a disturbance happens to the cluster due to high load or a node responds slow. We have 3 servers, the following TIMED_WAITING

Re: Solr Down Issue

2020-08-09 Thread sanjay dutt
It could be OOM killer. Try to monitor it's heap and there is a script in bin which basically kills solr when OOM occurs. Sent from Yahoo Mail on Android On Sun, Aug 9, 2020 at 8:14 PM, Ben wrote: Can you send solr logs? Best, Ben On Sun, Aug 9, 2020, 9:55 AM Rashmi Jain wrote: > Hell

Re: Solr Down Issue

2020-08-09 Thread Ben
Can you send solr logs? Best, Ben On Sun, Aug 9, 2020, 9:55 AM Rashmi Jain wrote: > Hello Team, > > I am Rashmi jain implemented solr on one of our site > bookswagon.com. last 2-3 month we are facing > strange issue, solr down suddenly without interr

RE: Can create collections with Drupal 8 configset

2020-08-09 Thread Shane Brooks
Thanks Shawn. The way we have it configured presently is as follows: icu4j.jar is located in /opt/solr/contrib/analysis-extras/lib/icu4j-62.1.jar solrconfig.xml contains: Which should load the jar at startup, correct? Is there anything significant about the mime-type error? Expected mime ty

Solr Down Issue

2020-08-09 Thread Rashmi Jain
Hello Team, I am Rashmi jain implemented solr on one of our site bookswagon.com. last 2-3 month we are facing strange issue, solr down suddenly without interrupting. We check solr login and also check application logs but no clue found there regard

HttpSolrClient Connection Evictor

2020-08-09 Thread Srinivas Kashyap
Hello, We are using HttpSolrClient(solr-solrj-8.4.1.jar) in our app along with required jar(httpClient-4.5.6.jar). Before that we upgraded these jars from (solr-solrj-5.2.1.jar) and (httpClient-4.4.1.jar). After we upgraded, we are seeing lot of below connection evictor statements in log file.

Re: Can create collections with Drupal 8 configset

2020-08-09 Thread Shawn Heisey
On 8/8/2020 10:31 PM, Shane Brooks wrote: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://192.168.xx.xx:8983/solr: Expected mime type application/octet-stream but got text/html. \n\nhttp-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"/