Hi, Just now i indexed ~15k doc to a newly made core and shema, running 6.0 local this time. It was just regular indexing, nothing fancy and very small documents. Then the following popped up in the logs:
2496200 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 3932885930 2496201 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 3688877580 2496201 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 1424679833 2496202 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 2688901972 2496203 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 3932885930 2496204 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 1424679833 2496204 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 3932885930 2496205 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 795889345 ... There were a total of 24001 while i only indexed ~15k documents. To verify, i cleared the core and tried again, the warnings popped up again. To verify it only happens to an empty core, i reindexed the the same set of documents to the already filled core and it happened again. To make sure this is not suddenly happening to all cores in this instance, i indexed, via the same process, a bunch of different documents to another core. But that core is not affected. The documents in the index seem fine, their contents are as expected.The same Solr instance has a lot more different cores but usually with similar schema's. The SolrInputDocument construction and indexing process is identical for each core / schema. Solrconfig is mostly the same, Solr specific stuff is just identical. Any hints on where to look? Many thanks! Markus