Hey we face similar kind of issue . Our version of Solr is 8.5.1.Also we run
as docker containers in ubuntu server.
Could you provide similar solution ?
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>From a (very) brief googling it seems like using the ng-cloak attribute is
the right way to fix this, and it certainly seems to work for me.
https://issues.apache.org/jira/browse/SOLR-14422
On Mon, 20 Apr 2020 at 18:12, Colvin Cowie
wrote:
> Sorry if this has already been raised, but I didn't s
I upgraded to v7.7.2 and am not having this issue anymore.
On Mon, Mar 9, 2020 at 10:04 AM Ryan W wrote:
> I am using v6.6.6, which is the most recent release in the v6 branch, and
> is the branch commonly used with my app. I have tried on Chrome, Firefox
> and Internet Explorer, and I see the
I am using v6.6.6, which is the most recent release in the v6 branch, and
is the branch commonly used with my app. I have tried on Chrome, Firefox
and Internet Explorer, and I see the same problem in all three. Albeit it
seems to be a minor problem.
On Thu, Mar 5, 2020 at 4:34 PM Jan Høydahl wr
v6.6.0 is from 2017 and not supported anymore. You are really encouraged to
upgrade!
Are you by any chance using Internet Explorer? (See
https://stackoverflow.com/questions/56262704/solr-solrcore-initialization-failures-core-error)
Jan
> 5. mar. 2020 kl. 22:03 skrev Ryan W :
>
> Hi all,
>
>
PM
To: vishal patel
Subject: Re: SolrCore Initialization Failures in Solr 8.0.0
You might as well just start over. Solr 8 will not read an index that’s ever
been touched by Solr 6. Actually, it’s Lucene that won’t open the index. So you
have to re-index from scratch into a new collection.
i36>
From: Erick Erickson
Sent: Wednesday, March 27, 2019 9:15:50 PM
To: vishal patel
Subject: Re: SolrCore Initialization Failures in Solr 8.0.0
There is no need whatsoever to make a folder structure. Solr will create the
proper local file system _for_ you wh
successfully up without
making a configsets in solr 6.1.0.
<http://aka.ms/weboutlook>
From: Erick Erickson
Sent: Tuesday, March 26, 2019 8:16 PM
To: solr-user@lucene.apache.org
Subject: Re: SolrCore Initialization Failures in Solr 8.0.0
How did you creat
successfully up without
making a configsets in solr 6.1.0.
Sent from Outlook<http://aka.ms/weboutlook>
From: Erick Erickson
Sent: Tuesday, March 26, 2019 8:16 PM
To: solr-user@lucene.apache.org
Subject: Re: SolrCore Initialization Failures in Solr 8.0.0
H
How did you create your “product” collection? It looks like you have the config
resident on your local disk and _not_ on ZooKeeper.
Your configset has to be in ZooKeeper when you create your collection of
course. Do not try to individually edit the core.properties files, that’ll be
very difficu
Thanks for your response.
None of the processes are deleting any index files.
One data directory is only pointed by one core.
We are writing data at a high ingestion rate (100,000 records per second).
Commit happens once every 30 seconds.
Also a periodic service runs to backup the data to our ba
Thanks for your response.
None of the processes are deleting any index files.
One data directory is only pointed by one core.
We are writing data at a high ingestion rate (100,000 records per second).
Commit happens once every 30 seconds.
Also a periodic service runs to backup the data to our ba
This simply should _not_ be happening due to Solr/Lucene "doing
something". Some possibilities:
- some other process is deleting them
- somehow you have more than one Solr core pointing at the same data
directory. To do this you'd have had to do something like use
NoLockPolicy, so this is unlikely.
13 matches
Mail list logo