Re: SolrJ Socket Leak

2014-02-17 Thread Jared Rodriguez
o configure socket reuse with 4.2.3 too. You can > try different configurations. I am surprised you have 'TIME_WAIT' > connections even after 30 minutes because 'TIME_WAIT' connection should be > closed by default in 2 mins by O.S I think. > > > HTH, > > --

Re: SolrJ Socket Leak

2014-02-14 Thread Jared Rodriguez
of HttpSolrServer for queries? On Thu, Feb 13, 2014 at 6:58 PM, Shawn Heisey wrote: > On 2/13/2014 3:17 PM, Jared Rodriguez wrote: > >> I just regressed to Solrj 4.6.1 with http client 4.2.6 and am trying to >> reproduce the problem. Using YourKit to profile and even just manu

Re: SolrJ Socket Leak

2014-02-13 Thread Jared Rodriguez
all is done and there is no server activity. Although this could be sockets kept in a connection pool. On Thu, Feb 13, 2014 at 4:11 PM, Shawn Heisey wrote: > On 2/13/2014 1:38 PM, Jared Rodriguez wrote: > >> I am using solr/solrj 4.6.1 along with the apache httpclient 4.3.2 as part

SolrJ Socket Leak

2014-02-13 Thread Jared Rodriguez
/RELEASE_NOTES-4.3.x.txt -- Jared Rodriguez

Re: Using the Collections API

2013-05-17 Thread Jared Rodriguez
lr - what is the error? >> >> - Mark >> >> On May 15, 2013, at 6:53 AM, A.Eibner wrote: >> >> Hi, >>> >>> I just wanted to ask, if anyone is using the collections API to create >>> collections, >>> or if not how they use th

Re: Using the Collections API

2013-05-15 Thread Jared Rodriguez
Hi Mark, Yes, I am using reload. Here is the jira that I filed. https://issues.apache.org/jira/browse/SOLR-4805 Please let me know if there is any additional data that you need. On Wed, May 15, 2013 at 12:53 PM, Mark Miller wrote: > > On May 15, 2013, at 12:26 PM, Jared Rodriguez &

Re: Using the Collections API

2013-05-15 Thread Jared Rodriguez
Hi, > > I just wanted to ask, if anyone is using the collections API to create > collections, > or if not how they use the coreAPI to create a collection with replication > ? > > Because I run into errors when creating a collection on an empty solr. > > Kind regards > Alexander > -- Jared Rodriguez