[
https://issues.apache.org/jira/browse/SOLR-13950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980425#comment-16980425
]
ASF subversion and git services commented on SOLR-13950:
--------------------------------------------------------
Commit 37512dad4823049cc6e7e0bd832c61df265b6ee1 in lucene-solr's branch
refs/heads/master from Tomas Eduardo Fernandez Lobbe
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=37512da ]
SOLR-13950: Add attribution
> ZkStateReader’s getLeaderRetry method swallowed InterruptedException
> --------------------------------------------------------------------
>
> Key: SOLR-13950
> URL: https://issues.apache.org/jira/browse/SOLR-13950
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrJ
> Affects Versions: master (9.0), 8.3
> Reporter: Andy Vuong
> Priority: Minor
> Fix For: master (9.0)
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> ZkStateReader’s getLeaderRetry(String collection, String shard, int timeout)
> swallows the InterruptedException and doesn’t interrupt the current thread
> despite declaring throws InterruptedException.
>
> This small patch calls Thread.currentThread().interrupt() and passes the
> InterruptedException up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]