On Wed, Mar 4, 2009 at 9:19 PM, Jeff Newburn <jnewb...@zappos.com> wrote:

> I was able to nail down what happened.  Apparently, the update made a
> change
> in the xml returned from the master solr for replication.  The page blows
> up
> due to "indexversion" changing to "indexVersion".  So unless both master
> and
> server are at the revision it will blow up with a NPE.  This is because
> null
> is cast to a Long then converted to a long primitive with no exception
> handling. (index.jsp like 247)


Can you try the SOLR-1050 patch? I think it should fix this problem.


> After fixing the issue by upgrading master and slave I have noticed there
> is
> no Replicatable index version numbers.  I looked at the return from the
> master and it would appear there is nothing with those variables being
> returned.  We are currently using trunk as of 03/03/2009.  Simple master to
> many slaves relationship.
>

Do you mean that the replicatable index version is not being displayed? Or
do you mean that replication is not happening at all?

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to