Actually, turns out the 'intermittent' was our misinterpretation - we never noticed that we were only occcasionally adding to two channels... Once I figured that out, symptom is 100% repeatable and consistent.
Yonik Seeley-5 wrote > On Wed, Jul 16, 2014 at 10:20 PM, Nathan Neulinger < > nneul@ > > wrote: >> [{"id":"4b2c4d09-31e2-4fe2-b767-3868efbdcda1","channel": {"add": >> "preet"},"channel": {"add": "adam"}}] >> >> Look at the JSON... It's trying to add two "channel" array elements... >> Should have been: > [...] >> From what I'm reading on JSON - this isn't valid syntax at all. > > It is valid... repeated keys are actually allowed by the JSON spec. > How we want to handle this particular situation at the Solr level is > another question. It's also not clear how this causes intermittent > failures. > > > -Yonik > http://heliosearch.org - native code faceting, facet functions, > sub-facets, off-heap data -- View this message in context: http://lucene.472066.n3.nabble.com/problem-with-replication-solrcloud-getting-missing-required-field-during-update-intermittently-SOLR--tp4147395p4147724.html Sent from the Solr - User mailing list archive at Nabble.com.