Re: snappuller copying to wrong directory?

2007-07-13 Thread Bill Au

Having data_dir empty is fine.  The default will work for most cases where
the index and snapshots are kept in the standard directory.
Cab this problem be reproduced?  If so, can you run snappuller in debug mode
with the -x option (bash -x snappuller)?  That should give some indication
as to why the snapshots are put in the wrong directory.

Bill

On 7/13/07, Kevin Lewandowski <[EMAIL PROTECTED]> wrote:


data_dir is empty in my config. It hasn't caused a problem before but
could it have caused this one?

thanks,
Kevin

On 7/12/07, Bill Au <[EMAIL PROTECTED]> wrote:
> That change doesn't have anything to do with where snappuller place the
> snapshots.
> Is the environment variable data_dir set up correctly in
conf/scripts.conf?
> That's where
> snappuller puts the snapshots.
>
> Bill
>
> On 7/12/07, Kevin Lewandowski <[EMAIL PROTECTED]> wrote:
> >
> > I've been running solr replication for several months with no issues
> > but recently had an instance where snappuller was running for about
> > 1.5 hours. rsync was still active, so it was still copying data. I
> > also noticed that there was a snapshot.200707 directory inside of
> > the main index directory.
> >
> > I'm running an early version of snappuller. Could there have been any
> > changes to fix a problem like this?
> >
> > I noticed this one in svn:
> > revision 529471
> > "avoid recursive find, test for maxdepth support, filter snapshot
> > names on master: SOLR-207"
> >
> > thanks,
> > Kevin
> >
>



Re: snappuller copying to wrong directory?

2007-07-13 Thread Kevin Lewandowski

data_dir is empty in my config. It hasn't caused a problem before but
could it have caused this one?

thanks,
Kevin

On 7/12/07, Bill Au <[EMAIL PROTECTED]> wrote:

That change doesn't have anything to do with where snappuller place the
snapshots.
Is the environment variable data_dir set up correctly in conf/scripts.conf?
That's where
snappuller puts the snapshots.

Bill

On 7/12/07, Kevin Lewandowski <[EMAIL PROTECTED]> wrote:
>
> I've been running solr replication for several months with no issues
> but recently had an instance where snappuller was running for about
> 1.5 hours. rsync was still active, so it was still copying data. I
> also noticed that there was a snapshot.200707 directory inside of
> the main index directory.
>
> I'm running an early version of snappuller. Could there have been any
> changes to fix a problem like this?
>
> I noticed this one in svn:
> revision 529471
> "avoid recursive find, test for maxdepth support, filter snapshot
> names on master: SOLR-207"
>
> thanks,
> Kevin
>



Re: snappuller copying to wrong directory?

2007-07-12 Thread Bill Au

That change doesn't have anything to do with where snappuller place the
snapshots.
Is the environment variable data_dir set up correctly in conf/scripts.conf?
That's where
snappuller puts the snapshots.

Bill

On 7/12/07, Kevin Lewandowski <[EMAIL PROTECTED]> wrote:


I've been running solr replication for several months with no issues
but recently had an instance where snappuller was running for about
1.5 hours. rsync was still active, so it was still copying data. I
also noticed that there was a snapshot.200707 directory inside of
the main index directory.

I'm running an early version of snappuller. Could there have been any
changes to fix a problem like this?

I noticed this one in svn:
revision 529471
"avoid recursive find, test for maxdepth support, filter snapshot
names on master: SOLR-207"

thanks,
Kevin