copyFields (one field is source, the
other is destination). This causes core initialization failure because the
associated fields for copyFields do not exist?
Can someone help me?
Thank you!
--Michael Hu
synchronized (oldSchema.getSchemaUpdateLock
Environment: Solr 7.4
I use mutable managed schema. I need a way for getting notification when a new
field is added into schema.
First, I try to extend "org.apache.solr.schema.ManagedIndexSchema".
Unfortunately, it is defined as final class, so that I am not able to extend it.
Then, I try t
Hi Solr experts:
Question: how can I prevent multiple concurrent requests adding the same
duplicated copyfield into managed schema? (Note: I am using Solr 6.6.2)
User case: For a new field named srcField, I need to create another field named
destField, and a new copyField with srcField as sou
tries"
section, and the log entry repeats continuously for every auto commit after
reload. I hope this log entry can provide some information for the issue.
Please help and suggestion what I may do incorrectly. Or this is a known issue,
is there a way I can fix or work-around it?
Thank you
ged, please refer to "files under tlog directory " section below. Not sure
those information is useful or not.
Thank you!
--Michael Hu
--- beginning for issuing core commit ---
$ curl
'http://localhost:8983/solr/myconection_myshard_replica_t7/update?commit=true'
{
"res
Environment:
* solr 7.4.1
* all cores are vanilla cores with "loadOnStartUp" set to false, and
"transient" set to true
* we have about 75 cores with "transientCacheSize" set to 32
Issue: we have core corruption from time to time (2-3 core corruption a day)
How to reproduce:
*
Can someone advise me how to solve this issue?
Thank you!
--Michael
From: Michael Hu (CMBU)
Sent: Thursday, August 16, 2018 6:14 PM
To: solr-user@lucene.apache.org
Cc: Mohsin Beg
Subject: Solr core corrupted for version 7.4.0, please help!
Environment
Can someone advise me how to solve this issue, please?
Thank you so much!
--Michael
From: Michael Hu (CMBU)
Sent: Friday, August 17, 2018 1:22 PM
To: solr-user@lucene.apache.org
Cc: Mohsin Beg
Subject: Re: Solr core corrupted for version 7.4.0, please help