FW: Question about Overseer calling SPLITSHARD collection API command during autoscaling

2018-03-15 Thread Matthew Faw
I sent this a few mins ago, but wasn’t yet subscribed. Forwarding the message along to make sure it’s received! From: Matthew Faw Date: Thursday, March 15, 2018 at 12:28 PM To: "solr-user@lucene.apache.org" Cc: Matthew Faw , Alex Meijer Subject: Question about Overseer calling

Question about Overseer calling SPLITSHARD collection API command during autoscaling

2018-03-15 Thread Matthew Faw
Hi, So I’ve been trying out the new autoscaling features in solr 7.2.1. I run the following commands when creating my solr cluster: Set up overseer role: curl -s "solr-service-core:8983/solr/admin/collections?action=ADDROLE&role=overseer&node=$thenode" Create cluster prefs: cluste

Trouble using the MIGRATE command in the collections API on solr 7.3.1

2018-06-21 Thread Matthew Faw
Hello, For background, I’m using solr version 7.3.1 and lucene version 7.3.1 I have a solr collection with 2 shards and 3 replicas using the compositeId router. Each solr document has “id” as its unique key, where each id is of format DERP_${X}, where ${X} is some 24 character alphanumerical s

Re: Trouble using the MIGRATE command in the collections API on solr 7.3.1

2018-06-21 Thread Matthew Faw
, it seems like this particular API endpoint does not work. I’d love for someone to prove me wrong. Thanks, Matthew On 6/21/18, 11:02 AM, "Shawn Heisey" wrote: On 6/21/2018 7:08 AM, Matthew Faw wrote: > For background, I’m using solr version 7.3.1 and lucene version 7.3.1 >

Re: Trouble using the MIGRATE command in the collections API on solr 7.3.1

2018-06-22 Thread Matthew Faw
part of the issue? Thanks, Matthew On 6/22/18, 12:53 PM, "Shawn Heisey" wrote: On 6/21/2018 9:41 AM, Matthew Faw wrote: > Thanks for your reply. According to the MIGRATE documentation, the split.key parameter is required, and removing it returns a missing parameter exc

Re: Trouble using the MIGRATE command in the collections API on solr 7.3.1

2018-06-25 Thread Matthew Faw
if anything is still unclear. Thanks, Matthew On 6/25/18, 1:38 PM, "Shawn Heisey" wrote: On 6/22/2018 12:14 PM, Matthew Faw wrote: > So I’ve tried running MIGRATE on solr 7.3.1 using the following parameters: > 1) “split.key=” > 2) “split.key=!” &g