[
https://issues.apache.org/jira/browse/SOLR-17560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18014362#comment-18014362
]
Meryem GÜLBUDAK commented on SOLR-17560:
----------------------------------------
Hello David Smiley, Anshum Gupta,
I would like to work on this issue as my first contribution to Apache Solr. Is
it still available?
Just to confirm my understanding before I start: the goal is to remove
getLeaderReplicas(nodeName) because its functionality is redundant and can be
achieved by filtering the results of more generic methods.
If so, please assign it to me. Thank you!
> DocCollection, don't need getLeaderReplicas(nodeName)
> -----------------------------------------------------
>
> Key: SOLR-17560
> URL: https://issues.apache.org/jira/browse/SOLR-17560
> Project: Solr
> Issue Type: Task
> Components: SolrCloud
> Reporter: David Smiley
> Priority: Minor
> Labels: newdev
> Fix For: main (10.0)
>
>
> Claim: DocCollection.getLeaderReplicas(nodeName) isn't needed.
> Goal: reduce complexity/bookkeeping and weight of DocCollection
> In non-test code, it's only needed by
> org.apache.solr.servlet.HttpSolrCall#getCoreByCollection for an indexing
> request. This could be modified to randomly iterate all replicas and filter
> leaders afterwards instead of before.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]