Re: Stopping Solr JVM on OOM

2016-02-25 Thread CP Mishra
ponsive because of swallowed exceptions) > > > -- > Fuad Efendi > 416-993-2060(cell) > > On February 25, 2016 at 2:37:45 PM, CP Mishra (mishr...@gmail.com) wrote: > > Looking at the previous threads (and in our tests), oom script specified > at > command line does not

Stopping Solr JVM on OOM

2016-02-25 Thread CP Mishra
System.exit() from there. Is there a better way? We are using Solr with default Jetty container. Thanks, CP Mishra

Re: ApacheCon 2015 at Austin, TX

2015-02-18 Thread CP Mishra
Dmitry, that would be great. CP On Thu, Feb 12, 2015 at 5:35 AM, Dmitry Kan wrote: > Hi, > > Looks like I'll be there. So if you want to discuss luke / lucene / solr, > will be happy to de-virtualize. > > Dmitry > > On Mon, Jan 12, 2015 at 6:32 PM, CP Mishra

ApacheCon 2015 at Austin, TX

2015-01-12 Thread CP Mishra
Hi, I am planning to attend ApacheCon 2015 at Austin, TX (Apr 13-16th) and wondering if there will be lucene/solr sessions in it. Anyone else planning to attend? Thanks, CP

Re: Slow forwarding requests to collection leader

2014-10-30 Thread CP Mishra
+1 for CloudSolrServer CloudSolrServer also has built in fault tolerance (i.e. if the master shard is not reachable then it adds to the replica) and much better error reporting than ConcurrentUpdateSolrServer. The only downside is lack of batching. As long as you are adding documents in decent si