Tdspringsteen opened a new pull request #777: SOLR-11724: Fix for 'Cdcr 
Bootstrapping does not cause ''index copying'' to follower nodes on Target' BUG 
URL: https://github.com/apache/lucene-solr/pull/777
 
 
   https://issues.apache.org/jira/browse/SOLR-11724
   
   # Description
   
   When indexing documents in to Source, bootstrapping only copies the index to 
leader node of shards of the collection and does not start replication to its 
replicas
   
   # Solution
   
   This change now ensures that the follower recovery request is now sent to 
replica. Previously this was only sent to the leader which caused issues if the 
replica was not hosted on the same node.
   
   # Tests
   
   Test case " testBootstrapWithMultitpleReplicas()" has been added. 
   See results of tests here: 
https://issues.apache.org/jira/browse/SOLR-11724?focusedCommentId=16844254&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16844254
   
   # Checklist
   
   Please review the following and check all that apply:
   
   - [X] I have reviewed the guidelines for [How to 
Contribute](https://wiki.apache.org/solr/HowToContribute) and my code conforms 
to the standards described there to the best of my ability.
   - [X] I have created a Jira issue and added the issue ID to my pull request 
title.
   - [X] I am authorized to contribute this code to the ASF and have removed 
any code I do not have a license to distribute.
   - [X] I have developed this patch against the `master` branch.
   - [X] I have run `ant precommit` and the appropriate test suite.
   - [X] I have added tests for my changes.
   - [X] I have added documentation for the Ref Guide (for Solr changes only).
   
   
   As a note, I did not develop the .patch linked, however it solved the 
replication issues I was having and I noticed that no one had submitted the 
patch or created a pull request for it.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to