Specifying shards when querying a alias.

2017-07-11 Thread philippa griggs
Hello, Solr 5.4.1 I have two collections ‘Online’ and ‘Offline’ both collections have an implicit router and are sharded into weekly cores (for example an online shard would be Online_20170605). I have created an alias to query both collections called ‘AllData’. I want to query the alias but

Both Nodes in shard think they are leader

2017-03-22 Thread philippa griggs
Hello, I’m using Solr Cloud version 5.4.1. I have two cores in a shard (a leader and replica) every so often they both go into recovery/down and then come back up. However when they come back, they both think they are leader. I then have to manually step in, stop them both, start one and wai

Implicit routing, delete on specific shard

2017-02-28 Thread philippa griggs
Hello, Solr 5.4.1 using Solr Cloud, multiple cores with two cores per shard. Zookeeper 3.4.6 (5 zookeeper ensemble). We use an implicit router and split shards into weeks. Every now and again I need to run a delete on the system. I do this by running the following command on one of the ins

Core replication, Slave not flipping to master

2017-02-15 Thread philippa griggs
Hello, Solr 5.4.1, multiple cores with two cores per shard. Zookeeper 3.4.6 (5 zookeeper ensemble). I have noticed an error with the replication between two cores in a shard. I’m having to perform a schema update which means I have to stop and start the cores. I’m trying to do this in a

Zookeeper connection issues

2016-10-10 Thread philippa griggs
Hello, Solr Set up Solr 5.4.1, Zookeeper 3.4.6 (5 zookeeper ensemble) We have one collection which has multiple shards (two shards for each week). Each shard has a leader and a replica. We only write to the latest week- two shards (four cores) which we refer to a ‘hot cores’. The rest,

Uploading files to Zookeeper

2016-03-03 Thread philippa griggs
Hello I have a set of pre-existing configuration files and want to create a new solr cluster. As part of this new cluster I want to name the shards and use a CompositeId router. My core.properties file is: name=sessions shard=${shard:shard1} coreNodeName=${coreNodeName:node1} loadOnSta

Re: Multiple solr instances on one server

2016-01-04 Thread philippa griggs
We store a huge amount of data across 10 shards and are getting to a point where we keep having to up the heap to stop solr from crashing. We are trying to keep the heap size down, and plan to to host multiple solr instances on each server which will have a much smaller heap size. _

Re: Multiple solr instances on one server

2016-01-04 Thread philippa griggs
Hello, Thanks for your reply. Do you know if there are many disadvantages to running multiple solr instances all running their own internal jetty. I'm trying to work out if this would work or if I would need to install jetty myself on the machine and use that instead. I'm not sure how many sol

Multiple solr instances on one server

2016-01-04 Thread philippa griggs
Hello, (Solr 5.2.1) I'm wanting to run multple solr instances on one server, does anyone know which is better- allowing each solr instance to use their own internal jetty or to install jetty on the server? Many thanks Philippa

Re: Collection API migrate statement

2015-12-16 Thread philippa griggs
splay/solr/Collections+API#CollectionsAPI-RequestStatus On Tue, Dec 15, 2015 at 9:27 PM, philippa griggs wrote: > Hello, > > > Solr 5.2.1. > > > I'm using the collection API migrate statement in our test environment with > the view to implement a Hot, Cold arrangement- new

Collection API migrate statement

2015-12-15 Thread philippa griggs
Hello, Solr 5.2.1. I'm using the collection API migrate statement in our test environment with the view to implement a Hot, Cold arrangement- newer documents will be kept on the Hot collection and each night the oldest documents will be migrated into the Cold collection. I've got it all work

Re: Solr 5.2.1 Most solr nodes in a cluster going down at once.

2015-12-08 Thread philippa griggs
be more parallelized, resources better utilized, and smaller heap to GC. Regards, Emir On 08.12.2015 10:49, philippa griggs wrote: > Hello Erick, > > Thanks for your reply. > > We have one collection and are writing documents to that collection all the > time- it peaks at aroun

Re: Solr 5.2.1 Most solr nodes in a cluster going down at once.

2015-12-08 Thread philippa griggs
ec 7, 2015 at 8:37 AM, philippa griggs wrote: > Hello, > > > I'm using: > > > Solr 5.2.1 10 shards each with a replica. (20 nodes in total) > > > Zookeeper 3.4.6. > > > About half a year ago we upgraded to Solr 5.2.1 and since then have been > exper

Solr 5.2.1 Most solr nodes in a cluster going down at once.

2015-12-07 Thread philippa griggs
Hello, I'm using: Solr 5.2.1 10 shards each with a replica. (20 nodes in total) Zookeeper 3.4.6. About half a year ago we upgraded to Solr 5.2.1 and since then have been experiencing a 'wipe out' effect where all of a sudden most if not all nodes will go down. Sometimes they will recover

Re: Protect against duplicates with the Migrate statement

2015-12-02 Thread philippa griggs
Migrate statement Hi Philippa, Which field did you use to set it as SignatureField in your ColdDocuments when you implement the de-duplication? Regards, Edwin On 2 December 2015 at 18:59, philippa griggs wrote: > Hello, > > > I'm using Solr 5.2.1 and Zookeeper 3.4.6. > >

Protect against duplicates with the Migrate statement

2015-12-02 Thread philippa griggs
Hello, I'm using Solr 5.2.1 and Zookeeper 3.4.6. I'm implementing two collections - HotDocuments and ColdDocuments . New documents will only be written to HotDocuments and every night I will migrate a chunk of documents into ColdDocuments. In the test environment, I have the Collection API

Re: Solr Collections Migrate statement

2015-11-24 Thread philippa griggs
on the source collection so you can verify the result of the migrate and delete them yourself. On Tue, Nov 24, 2015 at 6:01 PM, philippa griggs wrote: > Hello, > > > I'm using Solr 5.2.1 and Zookeeper 3.4.6. > > > I have a quick question about the Solr Collection API an

Solr Collections Migrate statement

2015-11-24 Thread philippa griggs
Hello, I'm using Solr 5.2.1 and Zookeeper 3.4.6. I have a quick question about the Solr Collection API and the migrate statement. I've got a test environment working with two shards and two collections. When I run the Migrate command the documents appear on the target collection no problem,

Re: API collection, Migrate deleting all data

2015-11-04 Thread philippa griggs
, as I think the parameters you are using are ok, but just wondering if something is wrong with the compositeId you are using. Cheers On 4 November 2015 at 11:40, philippa griggs wrote: > Hello, > > > Solr 5.2.1, Zookeeper 3.4.6 > > > I'm trying the use the solr

API collection, Migrate deleting all data

2015-11-04 Thread philippa griggs
Hello, Solr 5.2.1, Zookeeper 3.4.6 I'm trying the use the solr Collection API to migrate documents in a test environment. I have two collections set up HotSessions - two shards, no replicas ColdSessions - 1 shard, no replicas. I've upload some sample data and using document routing with a

Zookeeper issue causing all nodes to fail

2015-10-26 Thread philippa griggs
Hello all, We have been experiencing some major solr issues. Solr 5.2.1 10 Shards each with a replica (20 nodes in total). Three external zookeepers 3.4.6 Node 19 went down, a short while after this occurred all our nodes were wiped out. The cloud diagram, live_nodes and clusterstate.json