Ping handler queuing/problem?

2017-04-03 Thread Will Miller
I have 3 different SolrCloud clusters that share a single set (3) of zookeeper servers. Each SolrCloud cluster has its own set of collections stored on Zookeeper. Twice in the past week all 3 clusters have had about a 1 minute period where all requests stopped coming in. Solr recovers and furthe

Re: Running Solr 5.1.0 as a Service on Windows

2015-05-26 Thread Will Miller
, NSSM should have no problem starting up zookeeper. Will Miller Development Manager, eCommerce Services | Online Technology 462 Seventh Avenue, New York, NY, 10018 Office: 212.502.9323 | Cell: 317.653.0614 wmil...@fbbrands.com | www.fbbrands.com From

Re: Range facets in sharded search

2015-04-17 Thread Will Miller
first level elements. > Could you create a Jira? > > On Thu, Apr 16, 2015 at 2:38 PM, Will Miller wrote: > >> I am seeing some some odd behavior with range facets across multiple >> shards. When querying each node directly with distrib=false the facet >> returned matches w

Range facets in sharded search

2015-04-16 Thread Will Miller
I am seeing some some odd behavior with range facets across multiple shards. When querying each node directly with distrib=false the facet returned matches what is expected. When doing the same query against the collection and it spans the two shards, the facet after and between buckets are wron

Re: All documents indexed into the same shard despite different prefix in id field

2014-12-16 Thread Will Miller
Thanks Chris... I changed the test and assigned a unique number to each document as the prefix and the documents did index across the two shards. I then increased the data set to include documents from all 6 expected shard keys and I do see them being indexed across both shards. I was just luck

All documents indexed into the same shard despite different prefix in id field

2014-12-15 Thread Will Miller
?I have a SolrCloud cluster with two servers and I created a collection using two shards with this command: http://server1:8983/admin/collections?action=CREATE&name=products&numShards=2 When I look at clusterstate.json in the Solr admin page I can see the collection is correctly places across