Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-02-15 Thread Shalin Shekhar Mangar
On Sat, Jan 30, 2010 at 5:08 AM, Chris Hostetter wrote: > > : never keep a 0. > : > : It is better to leave not mention the deletionPolicy at all. The > : defaults are usually fine. > > if setting the "keep" values to 0 results in NPEs we should do one (if not > both) of the following... > > 1) ch

Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-29 Thread Chris Hostetter
: never keep a 0. : : It is better to leave not mention the deletionPolicy at all. The : defaults are usually fine. if setting the "keep" values to 0 results in NPEs we should do one (if not both) of the following... 1) change the init code to warn/fail if the values are 0 (not sure if there

Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-26 Thread Noble Paul നോബിള്‍ नोब्ळ्
never keep a 0. It is better to leave not mention the deletionPolicy at all. The defaults are usually fine. On Fri, Jan 22, 2010 at 11:12 AM, Stephen Weiss wrote: > Hi Shalin, > > Thanks for your reply.  Please see below. > > > On Jan 18, 2010, at 4:19 AM, Shalin Shekhar Mangar wrote: > >> On We

Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-21 Thread Stephen Weiss
Hi Shalin, Thanks for your reply. Please see below. On Jan 18, 2010, at 4:19 AM, Shalin Shekhar Mangar wrote: On Wed, Jan 13, 2010 at 12:51 AM, Stephen Weiss wrote: ... When we replicate manually (via the admin page) things seem to go well. However, when replication is triggered by a

Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
When you copy paste config from wiki, just copy what you need. excluding documentation and comments On Wed, Jan 13, 2010 at 12:51 AM, Stephen Weiss wrote: > Hi Solr List, > > We're trying to set up java-based replication with Solr 1.4 (dist tarball). >  We are running this to start with on a pair

Re: NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-18 Thread Shalin Shekhar Mangar
On Wed, Jan 13, 2010 at 12:51 AM, Stephen Weiss wrote: > Hi Solr List, > > We're trying to set up java-based replication with Solr 1.4 (dist tarball). > We are running this to start with on a pair of test servers just to see how > things go. > > There's one major problem we can't seem to get past

NullPointerException in ReplicationHandler.postCommit + question about compression

2010-01-12 Thread Stephen Weiss
Hi Solr List, We're trying to set up java-based replication with Solr 1.4 (dist tarball). We are running this to start with on a pair of test servers just to see how things go. There's one major problem we can't seem to get past. When we replicate manually (via the admin page) things se