[
https://issues.apache.org/jira/browse/SOLR-6804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14227996#comment-14227996
]
ASF GitHub Bot commented on SOLR-6804:
--------------------------------------
GitHub user andyetitmoves opened a pull request:
https://github.com/apache/lucene-solr/pull/110
Untangle SnapPuller and ReplicationHandler
Initial patch for SOLR-6804.
I haven't got to the last point (merging snapPuller and tempSnapPuller), I
will get to it after SOLR-6500 is done, otherwise it will be one messy merge..
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bloomberg/lucene-solr trunk-refactor-snap
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/110.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #110
----
commit 57a4cad011fdc903b7ce97ef201966ae30ebc467
Author: Ramkumar Aiyengar <[email protected]>
Date: 2014-11-26T23:55:58Z
Move polling parameters from SnapPuller to ReplicationHandler, other
refactoring
commit 09c7b0a598f297cb10991e76fc7f7650d2052422
Author: Ramkumar Aiyengar <[email protected]>
Date: 2014-11-27T21:43:44Z
Rename SnapPuller to IndexFetcher
----
> Untangle SnapPuller and ReplicationHandler
> ------------------------------------------
>
> Key: SOLR-6804
> URL: https://issues.apache.org/jira/browse/SOLR-6804
> Project: Solr
> Issue Type: Improvement
> Components: replication (java)
> Reporter: Ramkumar Aiyengar
> Priority: Minor
>
> Spinoff from SOLR-6793
> - Move the polling functionality from {{SnapPuller}} to
> {{ReplicationHandler}}
> - Rename {{SnapPuller}} to {{IndexFetcher}}
> - Try keeping a single index fetcher in {{ReplicationHandler}} instead of
> swapping between two. I think the only thing which potentially changes is the
> {{masterUrl}} (if at all it does).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]