ok, with my custom component out of the picture I still have the same
issue.  Specifically, when sorting by score on a leader and replica I
am getting different doc orderings.  Is this something anyone has
seen?

On Tue, Mar 20, 2012 at 11:09 AM, Jamie Johnson <jej2...@gmail.com> wrote:
> DocCounts are the same.  I am going to disable my custom component to
> see if that is mucking with something but it seems to be working
> properly.
>
> After looking at the results a little closer (expanding the number of
> results coming back) it seems that the same information is in both but
> the order in which the items are being returned is not the same.  I'm
> sorting by score when they seem to be in different orders, if I sort
> by key then the results look the same.
>
> On Tue, Mar 20, 2012 at 10:52 AM, Mark Miller <markrmil...@gmail.com> wrote:
>> Do you have the logs for this? Either around startup or when you are forcing 
>> replication. Logs around both would be helpful.
>>
>> Also the doc counts for each shard?
>>
>> On Mar 20, 2012, at 10:16 AM, Jamie Johnson wrote:
>>
>>> I'm trying to figure out how it's possible for 2 solr instances (1
>>> which is leader 1 is replica) to be out of sync.  I've done commits to
>>> the solr instances, forced replication but still the solr instances
>>> have different info.  The relevant snippet from my clusterstate.json
>>> is listed below.
>>>
>>>
>>>    \"shard3\":{
>>>      \"host2:7577_solr_shard3-core2\":{
>>>        \"shard\":\"shard3\",
>>>        \"leader\":\"true\",
>>>        \"state\":\"active\",
>>>        \"core\":\"shard3-core2\",
>>>        \"collection\":\"collection1\",
>>>        \"node_name\":\"host2:7577_solr\",
>>>        \"base_url\":\"http://host2:7577/solr\"},
>>>      \"host1:7575_solr_shard3-core1\":{
>>>        \"shard\":\"shard3\",
>>>        \"state\":\"active\",
>>>        \"core\":\"shard3-core1\",
>>>        \"collection\":\"collection1\",
>>>        \"node_name\":\"host1:7575_solr\",
>>>        \"base_url\":\"http://host1:7575/solr\"}},
>>>
>>>
>>> Where can I look to see why this is happening?
>>
>> - Mark Miller
>> lucidimagination.com
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>

Reply via email to