Erick,

I don't get any such message when I start solr - could you share what
that curl command should be?

You suggest modifying solrconfig.xml - could you be more explicit on
what changes to make?

Terry


On 10/11/2018 11:52 AM, Erick Erickson wrote:
> bq: Also why solr updates and persists the managed-schema while ingesting 
> data?
>
> I'd guess you are using "schemaless mode", which is expressly
> recommended _against_ for production systems. See "Schemaless Mode" in
> the reference guide.
>
> I'd disable schemaless mode (when you start Solr there should be a
> message telling you how to disable it via curl, but I'd modify my
> solrconfig.xml file to remove it permanently)
>
> Best,
> Erick
> On Thu, Oct 11, 2018 at 8:02 AM Mikhail Ibraheem
> <arsenal2...@yahoo.com.invalid> wrote:
>> Hi,We upgraded to Solr 7.5, we try to ingest to solr using solrJ in 
>> concurrent updates (Many threads).We are getting this 
>> exception:o.a.s.s.ManagedIndexSchema Bad version when trying to persist 
>> schema using 1 due to: 
>> org.apache.zookeeper.KeeperException$BadVersionException: KeeperErrorCode = 
>> BadVersion for /configs/my-core/managed-schemao.a.s.s.ManagedIndexSchema 
>> Failed to persist managed schema at /configs/my-core/managed-schema - 
>> version mismatch
>>
>> Also why solr updates and persists the managed-schema while ingesting data? 
>> I see managed-schema shouldn't be affected by data updates.
>> Thanks

Reply via email to