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

2018-11-17 Thread yogesh.sh
Even am facing exactly the same issue, all looks good the response is success but the documents are not migrated. Was this issue resolved? Am using version SOLR 5.5. Thanks, Yogesh -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

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

2018-11-17 Thread yogesh.sh
Even am getting exactly the same issue, am using SOLR 5.5 version. Please suggest what was the fix for this issue? Documents are not getting moved to the target collection even after getting success message. Thanks, Yogesh -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.htm

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

2018-06-25 Thread Matthew Faw
Basically, we have an environment that has a large number of solr nodes (~100) and an environment with fewer solr nodes (~10). In the “big” environment, we have lots of smaller cores (around 3Gb), and in the smaller environment, we have fewer bigger cores (around 30 Gb). We transfer data betwe

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

2018-06-25 Thread Shawn Heisey
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=!” > 3) “split.key=DERP_” > 4) “split.key=DERP/0!” > > For 1-3, I am seeing the same ERRORs you see. For 4, I do not see any ERRORs. > > Interes

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

2018-06-22 Thread Matthew Faw
Hi Shawn, So I’ve tried running MIGRATE on solr 7.3.1 using the following parameters: 1) “split.key=” 2) “split.key=!” 3) “split.key=DERP_” 4) “split.key=DERP/0!” For 1-3, I am seeing the same ERRORs you see. For 4, I do not see any ERRORs. Interestingly, I’m seeing this WARN message for all 4

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

2018-06-22 Thread Shawn Heisey
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 exception. > I’ve tried setting the “split.key=DERP_”, and after doing that I still see > no documents in

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

2018-06-21 Thread Matthew Faw
Hi Shawn, Thanks for your reply. According to the MIGRATE documentation, the split.key parameter is required, and removing it returns a missing parameter exception. I’ve tried setting the “split.key=DERP_”, and after doing that I still see no documents in the destination collection. Addition

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

2018-06-21 Thread Shawn Heisey
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 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

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