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

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

Commit 1703861 from [email protected] in branch 'dev/branches/branch_5x'
[ https://svn.apache.org/r1703861 ]

SOLR-8066: SolrCore.checkStale method doesn't restore interrupt status

> SolrCore.checkStale method doesn't restore interrupt status
> -----------------------------------------------------------
>
>                 Key: SOLR-8066
>                 URL: https://issues.apache.org/jira/browse/SOLR-8066
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 5.3, 5.3.1
>            Reporter: Shalin Shekhar Mangar
>            Priority: Minor
>             Fix For: Trunk, 5.4
>
>
> SolrCore.checkStale calls Thread.currentThread().isInterrupted(); on catching 
> an InterruptedException but it should be Thread.currentThread().interrupt(); 
> to restore the interrupt status.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to