Shalin Shekhar Mangar created SOLR-8066:
-------------------------------------------

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

Reply via email to