RE: Distributed search results in "SocketException: Connection reset"

2013-06-30 Thread Shahar Davidson
: Distributed search results in "SocketException: Connection reset" This usually means the end server timed out. On 06/30/2013 06:31 AM, Shahar Davidson wrote: > Hi all, > > We're getting the below exception sporadically when using distributed > search. (using Solr 4.2.1

Distributed search results in "SocketException: Connection reset"

2013-06-30 Thread Shahar Davidson
Hi all, We're getting the below exception sporadically when using distributed search. (using Solr 4.2.1) Note that 'core_3' is one of the cores mentioned in the 'shards' parameter. Any ideas anyone? Thanks, Shahar. Jun 03, 2013 5:27:38 PM org.apache.solr.common.SolrException log SEVERE: org.

RE: Preparing Solr 4.2.1 for IntelliJ fails - invalid sha1

2013-04-27 Thread Shahar Davidson
cmd window. BUILD SUCCESSFUL. Steve On Apr 25, 2013, at 6:07 AM, Shahar Davidson wrote: > Hi all, > > I'm trying to run 'ant idea' on 4.2.* and I'm getting "invalid sha1" &g

Solr maven install - authorization problem when downloading maven.restlet.org dependencies

2013-04-25 Thread Shahar Davidson
Hi, I'm trying to build Solr 4.2.x with Maven and I'm getting the following error in solr-core: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time:

Preparing Solr 4.2.1 for IntelliJ fails - invalid sha1

2013-04-25 Thread Shahar Davidson
Hi all, I'm trying to run 'ant idea' on 4.2.* and I'm getting "invalid sha1" error messages. (see below) I'll appreciate any help, Shahar === . . . resolve ivy:retrieve :: problems summary :: WARNINGS problem while do

RE: CoreAdmin STATUS performance

2013-01-14 Thread Shahar Davidson
Shahar would you mind, if i ask you to open an jira-issue for that? attaching your changes as typical patch? perhaps we could use that for the UI, in those cases where we don't need to full set of information .. Stefan On Sunday, January 13, 2013 at 12:28 PM, Shahar Davidson wrote: > Sh

RE: CoreAdmin STATUS performance

2013-01-13 Thread Shahar Davidson
request time from around 800ms to around 1ms-4ms. Regards, Shahar. -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Thursday, January 10, 2013 5:14 PM To: solr-user@lucene.apache.org Subject: Re: CoreAdmin STATUS performance On 1/10/2013 2:09 AM, Shahar Davidson wrote

RE: CoreAdmin STATUS performance

2013-01-13 Thread Shahar Davidson
Steffensen On 1/10/13 3:04 PM, Shahar Davidson wrote: > Hi Per, > > Thanks for your reply! > > That's a very interesting approach. > > In your system, how are the collections created? In other words, are the > collections created dynamically upon an update (for example, p

RE: CoreAdmin STATUS performance

2013-01-10 Thread Shahar Davidson
0/13 10:09 AM, Shahar Davidson wrote: > search request, the system must be aware of all available cores in > order to execute distributed search on_all_ relevant cores For this purpose I would definitely recommend that you go "SolrCloud". Further more we do something "ekstr

RE: CoreAdmin STATUS performance

2013-01-10 Thread Shahar Davidson
te the in-memory ClusterState with changes. Regards, Per Steffensen On 1/9/13 4:38 PM, Shahar Davidson wrote: > Hi All, > > I have a client app that uses SolrJ and which requires to collect the names > (and just the names) of all loaded cores. > I have about 380 Solr Cores on

RE: CoreAdmin STATUS performance

2013-01-10 Thread Shahar Davidson
nstead of collecting everything) Thanks, Shahar. -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Thursday, January 10, 2013 2:52 AM To: solr-user@lucene.apache.org Subject: Re: CoreAdmin STATUS performance On 1/9/2013 8:38 AM, Shahar Davidson wrote: > I have a client

CoreAdmin STATUS performance

2013-01-09 Thread Shahar Davidson
Hi All, I have a client app that uses SolrJ and which requires to collect the names (and just the names) of all loaded cores. I have about 380 Solr Cores on a single Solr server (net indices size is about 220GB). Running the STATUS action takes about 800ms - that seems a bit too long, given my

RE: Invalid version (expected 2, but 60) or the data in not in 'javabin'

2012-12-26 Thread Shahar Davidson
your response is corrupt, I have no guesses. This is easily repeatable? It's happening every time, or randomly? - Mark On Dec 25, 2012, at 4:23 AM, Shahar Davidson wrote: > Thanks Otis. > > I went through every piece of info that I could lay may hands on. > Most of them are about

RE: Invalid version (expected 2, but 60) or the data in not in 'javabin'

2012-12-25 Thread Shahar Davidson
/index.html Search Analytics - http://sematext.com/search-analytics/index.html On Wed, Dec 19, 2012 at 11:23 AM, Shahar Davidson wrote: > Hi, > > I'm encountering this error randomly when running a distributed facet. > (i.e. I'm sending the exact same request, yet this does

Invalid version (expected 2, but 60) or the data in not in 'javabin'

2012-12-19 Thread Shahar Davidson
Hi, I'm encountering this error randomly when running a distributed facet. (i.e. I'm sending the exact same request, yet this does not reproduce consistently) I have about 180 shards that are being queried. It seems that when Solr distributes the request to the shards one , or perhaps more, sh

Partitioning data to Cores using a Solr plugin

2012-10-23 Thread Shahar Davidson
Hi all, I would like to partition my data (by date for example) into Solr Cores by implement some sort of *pluggable component* for Solr. In other words, I want Solr to handle distribution to partitions (rather than implementing an external "solr proxy" for sending requests to the right Solr Co