Re: Triggering snapshooter through web admin interface

2007-09-21 Thread Bill Au
de an old one) > > -Hoss > > : Date: Wed, 19 Sep 2007 11:33:30 -0700 > : From: Lance Norskog <[EMAIL PROTECTED]> > : Reply-To: solr-user@lucene.apache.org > : To: solr-user@lucene.apache.org > : Subject: RE: Triggering snapshooter through web admin interface > : >

RE: Triggering snapshooter through web admin interface

2007-09-19 Thread Chris Hostetter
rskog <[EMAIL PROTECTED]> : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: RE: Triggering snapshooter through web admin interface : : Is there a ticket for this yet? I have a bug report and request: I just did : a snapshot while indexing 700 records/sec.

RE: Triggering snapshooter through web admin interface

2007-09-19 Thread Lance Norskog
Subject: RE: Triggering snapshooter through web admin interface : [Wu, Daniel] That sounds great. Do I need to create a JIRA ticket? Sure, JIRA is a great way to track feature requests (since they can be "watched" and "voted" on, and if you want to start on an implementation yo

RE: Triggering snapshooter through web admin interface

2007-09-18 Thread Chris Hostetter
: [Wu, Daniel] That sounds great. Do I need to create a JIRA ticket? Sure, JIRA is a great way to track feature requests (since they can be "watched" and "voted" on, and if you want to start on an implementation you can attach patches... http://wiki.apache.org/solr/HowToContribute -Hoss

RE: Triggering snapshooter through web admin interface

2007-09-17 Thread Wu, Daniel
> -Original Message- > From: Chris Hostetter [mailto:[EMAIL PROTECTED] > Sent: Monday, September 17, 2007 1:28 PM > To: solr-user@lucene.apache.org > Subject: RE: Triggering snapshooter through web admin interface > > > : I was also suggesting a new feature to a

RE: Triggering snapshooter through web admin interface

2007-09-17 Thread Chris Hostetter
: I was also suggesting a new feature to allow sending messages to Solr : through http interface and a mechanism to handling the message on the : Solr server; in this case, a message to trigger snapshooter script. It : seems to me, a very useful feature to help simplify operational issues. it's

RE: Triggering snapshooter through web admin interface

2007-09-17 Thread Wu, Daniel
> There is no way to trigger snapshots taking through Solr's admin interface > now. Taking a snapshot is a very light-weight operation. It uses hard > links so each snapshot doesn't take up much additional disk space. If you [Wu, Daniel] It is not a concern on the snapshot performance. Rather,

Re: Triggering snapshooter through web admin interface

2007-09-17 Thread Bill Au
There is no way to trigger snapshots taking through Solr's admin interface now. Taking a snapshot is a very light-weight operation. It uses hard links so each snapshot doesn't take up much additional disk space. If you don't want to replicate your index while the big batch job is still running,

Triggering snapshooter through web admin interface

2007-09-14 Thread Wu, Daniel
Hi, I am not sure if this can be done. Let's say if periodically there is a big batch to be indexed and we don't want to replicate the data befor the batch is completely indexed. We would like to avoid post commit hook as we will be periodically committing to reduce the memory usage and we a