Hi Erick,Thanks for your reply.No, we aren't using schemaless mode. <schemaFactory/> is not explicitly declared in our solrconfig.xmlAlso we have only one replica and one shard. Any help? ThanksMikhail On Thursday, 11 October 2018, 17:53:01 EET, Erick Erickson <erickerick...@gmail.com> 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