Hey Otis,

We're indexing on a separate machine because we want to keep our production
nodes away from processes like indexing. The indexing server also has a ton
of resources available, more so than the production nodes. We set it up as
an indexing server at one point and have decided to stick with it.

We're not indexing the same index as the search indexes because we want to
be able to step back a day or two if needed. So we do the SWAP when things
are done and OK.

So that last part you mentioned about the searchers needing to re-open will
happen with a SWAP right? Is your concern that there will be a lag time,
making it so the slaves will be out of sync for some small period of time?

Would it be simpler/better to move to using Solrs native slave/master
feature?

I'd love to hear any suggestions you might have.

Thanks,

Matt

On Fri, Jan 22, 2010 at 1:58 PM, Otis Gospodnetic <
otis_gospodne...@yahoo.com> wrote:

> This should work fine.
> But why are you indexing to a separate index/core?  Why not index in the
> very same index you are searching?
> Slaves won't see changes until their searchers re-open.
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch
>
>
>
> ----- Original Message ----
> > From: Matt Mitchell <goodie...@gmail.com>
> > To: solr-user@lucene.apache.org
> > Sent: Fri, January 22, 2010 9:44:03 AM
> > Subject: Re: solr with tomcat in cluster mode
> >
> > We have a similar setup and I'd be curious to see how folks are doing
> this
> > as well.
> >
> > Our setup: A few servers and an F5 load balancer. Each Solr instance
> points
> > to a shared index. We use a separate server for indexing. When the index
> is
> > complete, we do some juggling using the Core Admin SWAP function and
> update
> > the shared index. I've wondered about having a shared index across
> multiple
> > instances of (read-only) Solr -- any problems there?
> >
> > Matt
> >
> > On Fri, Jan 22, 2010 at 9:35 AM, ZAROGKIKAS,GIORGOS <
> > g.zarogki...@multirama.gr> wrote:
> >
> > > Hi
> > >        I'm using solr 1.4 with tomcat in a single pc
> > >        and I want to turn it in cluster mode with 2 nodes and load
> > > balancing
> > >        But I can't find info how to do
> > >        Is there any manual or a recorded procedure on the internet  to
> > > do that
> > >        Or is there anyone to help me ?
> > >
> > > Thanks in advance
> > >
> > >
> > > Ps : I use windows server 2008 for OS
> > >
> > >
> > >
> > >
> > >
>
>

Reply via email to