On Fri, May 15, 2009 at 4:11 PM, CB-PO <charles.bush...@gmail.com> wrote: > Yeah, the first thing I thought of was that perhaps there was something wrong > with the uniqueKey and they were clashing between the indexes, however upon > visual inspection of the data the field we are using as the unique key in > each of the indexes is grossly different between the two databases, so there > is no chance of them clashing.
Yes, but is the same fieldname and FieldType used for both indexes? (that's sort of a requirement) You might also try looking at the logs for the exact requests that were sent to each shard as part of the distributed request, and manually sending those requests and inspecting the results. That should tell you if the shard requests or responses are weird, or if it's the top-level combining logic that's causing this. -Yonik http://www.lucidimagination.com