Re: New docs need server restart after synchronization

2007-04-16 Thread Chris Hostetter
: problems for a few weeks, snappuller and snapinstaller run every hour : normally, install the new index without errors etc. : : In the last couple of days it seems like I need to restart tomcat for : the new documents to appear in the slave indexes. New docs are updated, : commited and appear if

Fwd: Call for Papers Opens for ApacheCon US 2007

2007-04-16 Thread Erik Hatcher
The one valid use of cross-posting... Begin forwarded message: From: Rich Bowen <[EMAIL PROTECTED]> Date: April 16, 2007 10:50:54 AM EDT To: [EMAIL PROTECTED] Subject: Call for Papers Opens for ApacheCon US 2007 Reply-To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] PMCs, please send this ann

Re: finalizer() in SolrCore (was: Commits and Container Shutdown)

2007-04-16 Thread Bertrand Delacretaz
On 4/16/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: ...Yes, it's a typo. Fixed in revision 529367. -Bertrand

RE: Solr Query Language

2007-04-16 Thread Daniel Pitts
It looks like (from the exception) that you missed a space. Perhaps your actual query was constructed like: String query = "width:[" + lowWidth + " TO" + highWidth +"]"; Where you *wanted* String query = "width:[" + lowWidth + " TO " + highWidth +"]"; > -Original Message- > From: Jack L [

Re: New docs need server restart after synchronization

2007-04-16 Thread galo
Yep, all normal.. galo Bill Au wrote: Did you check for error messages in the snappuller and snapinstaller log files sunder solr/logs? Distribution related errors will not show up in the tomcat logs. Bill On 4/16/07, galo <[EMAIL PROTECTED]> wrote: Hi there, I've been running an index on 3

Re: New docs need server restart after synchronization

2007-04-16 Thread Bill Au
Did you check for error messages in the snappuller and snapinstaller log files sunder solr/logs? Distribution related errors will not show up in the tomcat logs. Bill On 4/16/07, galo <[EMAIL PROTECTED]> wrote: Hi there, I've been running an index on 3 nodes (master + 2 slaves) without proble

Re: finalizer() in SolrCore (was: Commits and Container Shutdown)

2007-04-16 Thread Yonik Seeley
On 4/16/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: On 4/16/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: > ...Further details on this: SolrCore has a finalizer() method that > closes the update handler. I'm not clear on finalizer() though. How/ > when is that invoked? I know about Obje

Re: Embedding Solr vs Lucene, multiple Solr cores?

2007-04-16 Thread Henrib
I suppose I'm not the only one having to cope with the kind of policies I was describing (& their idiosynchrasies); in some organizations, trying to get IT to modify anything related to 'deployment policy' is just (very close to) impossible... Within those, having a dedicated Tomcat to run the ap

New docs need server restart after synchronization

2007-04-16 Thread galo
Hi there, I've been running an index on 3 nodes (master + 2 slaves) without problems for a few weeks, snappuller and snapinstaller run every hour normally, install the new index without errors etc. In the last couple of days it seems like I need to restart tomcat for the new documents to app

Re: finalizer() in SolrCore (was: Commits and Container Shutdown)

2007-04-16 Thread Grant Ingersoll
Is it useful to consider putting hooks into the various servlets (via the destroy() method) to explicitly call the finalizer()? -Grant On Apr 16, 2007, at 1:29 AM, Bertrand Delacretaz wrote: On 4/16/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: ...Further details on this: SolrCore has a fina

Re: Solr Scripts.conf Parsing Error

2007-04-16 Thread realw5
dos2unix did the trick! Thanks for everyones direction. I'm still a little new to the whole linux world. Once I fixed that, all the scripts seemed to work just find now, whoho!! Dan Venkatesh Seetharam wrote: > > you could use dos2unix command on linux or cygwin to remove these. > > On 4/13/0