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

Tomas Eduardo Fernandez Lobbe resolved SOLR-13950.
--------------------------------------------------
    Fix Version/s: 8.4
       Resolution: Fixed

Resolving. Thanks [~andy_vuong]!

> 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), 8.4
>
>          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