Re: config reload JMX capabilities

2008-08-06 Thread Shalin Shekhar Mangar
e to expose a JMX MBean to perform this > operation? > > -Original Message- > From: Ryan McKinley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2008 5:45 AM > To: solr-user@lucene.apache.org > Subject: Re: config reload JMX capabilities > > I don't

RE: config reload JMX capabilities

2008-08-06 Thread Kashyap, Raghu
reload JMX capabilities On Wed, Aug 6, 2008 at 3:09 AM, Kashyap, Raghu <[EMAIL PROTECTED]>wrote: > > Are there ConfigReload capabilities through JMX that can help us do > this? > No, only statistics are exposed through JMX at present. SOLR-561 enables support for aut

RE: config reload JMX capabilities

2008-08-06 Thread Kashyap, Raghu
@lucene.apache.org Subject: Re: config reload JMX capabilities I don't know about JMX, but check the standard multi-core config... If you are running things in multi-core mode, you can send a RELOAD command: http://wiki.apache.org/solr/MultiCore#head-429a06cb83e1ce7b06857fd03c38d 1200c4bcfc1 On Aug 5,

Re: config reload JMX capabilities

2008-08-06 Thread Ryan McKinley
I don't know about JMX, but check the standard multi-core config... If you are running things in multi-core mode, you can send a RELOAD command: http://wiki.apache.org/solr/MultiCore#head-429a06cb83e1ce7b06857fd03c38d1200c4bcfc1 On Aug 5, 2008, at 2:39 PM, Kashyap, Raghu wrote: One of the r

Re: config reload JMX capabilities

2008-08-05 Thread Shalin Shekhar Mangar
On Wed, Aug 6, 2008 at 3:09 AM, Kashyap, Raghu <[EMAIL PROTECTED]>wrote: > > Are there ConfigReload capabilities through JMX that can help us do > this? > No, only statistics are exposed through JMX at present. SOLR-561 enables support for automatic config file replication to slaves without down

config reload JMX capabilities

2008-08-05 Thread Kashyap, Raghu
One of the requirements we have is that when we deploy new data for solr config (synonyms, dictionary etc) we should NOT be restarting the solr instances for the changes to take effect. Are there ConfigReload capabilities through JMX that can help us do this? Thanks in Advance -Raghu