[ 
https://issues.apache.org/jira/browse/SOLR-13950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16980427#comment-16980427
 ] 

ASF subversion and git services commented on SOLR-13950:
--------------------------------------------------------

Commit 65888d0542c9d7a4576a59cce980b0deaa63d641 in lucene-solr's branch 
refs/heads/branch_8x from Tomas Eduardo Fernandez Lobbe
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=65888d0 ]

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: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to