[ 
https://issues.apache.org/jira/browse/SOLR-10446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ishan Chattopadhyaya updated SOLR-10446:
----------------------------------------
    Attachment: SOLR-10446.patch

Updated the patch with the following changes:
# Instead of keeping HttpSolrClients for every liveNode, now creating the HSCs 
on the fly.
# Caching the liveNodes and aliases for a configurable timeout, defaulting to 5 
seconds. After this timeout, a fetch is done for liveNodes and aliases upon a 
request.
# LISTALIASES endpoint now registered at /cluster/aliases for V2 APIs.
# All unit tests in CloudSolrClientTest now randomly use either the ZK based 
cluster state provider or this new Solr based cluster state provider.

> Solr based ClusterStateProvider (CloudSolrClient needn't talk to ZooKeeper)
> ---------------------------------------------------------------------------
>
>                 Key: SOLR-10446
>                 URL: https://issues.apache.org/jira/browse/SOLR-10446
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrJ
>            Reporter: Ishan Chattopadhyaya
>         Attachments: SOLR-10446.patch, SOLR-10446.patch, SOLR-10446.patch, 
> SOLR-9057.patch
>
>
> A Solr based ClusterStateProvider to remove the sole dependency of 
> CloudSolrClient on ZooKeeper, and hence provide an optional way for CSC to 
> access cluster state without requiring ZK.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to