[
https://issues.apache.org/jira/browse/SOLR-10983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16075663#comment-16075663
]
ASF subversion and git services commented on SOLR-10983:
--------------------------------------------------------
Commit 17245c2e5a93bca59572c09af78a6ad6045e75eb in lucene-solr's branch
refs/heads/branch_7x from [~dragonsinth]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=17245c2 ]
SOLR-10983: Fix DOWNNODE -> queue-work explosion
> Fix DOWNNODE -> queue-work explosion
> ------------------------------------
>
> Key: SOLR-10983
> URL: https://issues.apache.org/jira/browse/SOLR-10983
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrCloud
> Reporter: Scott Blum
> Assignee: Scott Blum
> Attachments: SOLR-10983.patch
>
>
> Every DOWNNODE command enqueues N copies of itself into queue-work, where N
> is number of collections affected by the DOWNNODE.
> This rarely matters in practice, because queue-work gets immediately dumped--
> however, if anything throws an exception (such as ZK bad version), we don't
> clear queue-work. Then the next time through the loop we run the expensive
> DOWNNODE command potentially hundreds of times.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]