[
https://issues.apache.org/jira/browse/SOLR-17667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928174#comment-17928174
]
ASF subversion and git services commented on SOLR-17667:
--------------------------------------------------------
Commit 4098e86795badc933a5bd38d1b22bb55b663a7e9 in solr's branch
refs/heads/branch_9_8 from Houston Putman
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=4098e86795b ]
SOLR-17667: In TestLBHttp2SolrClient only listen on the client DEBUG logging
(cherry picked from commit 4dec964b6c7d71db6e3105170db0613bd7c5900c)
> Simplify and cleanup zombie server logic in LBSolrClient
> --------------------------------------------------------
>
> Key: SOLR-17667
> URL: https://issues.apache.org/jira/browse/SOLR-17667
> Project: Solr
> Issue Type: Improvement
> Components: SolrJ
> Reporter: Houston Putman
> Assignee: Houston Putman
> Priority: Major
> Labels: pull-request-available
> Fix For: 9.9
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently the Zombie server logic is quite complex, a list of alive servers
> and a list of zombie servers. When moving servers between these lists, things
> can get lost. Additionally, the logic is different when using a request that
> contains a list of URLS. So zombies can be dropped always in some case, not
> being added back to the alive list.
> It would be easier to have a list of allServers for a client, and a map of
> zombieServers. If the server in allServers is not in the zombieServers map,
> it can be considered alive.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]