Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8066

SolrCore.checkStale method doesn't restore interrupt status

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.3, 5.3.1
    • 5.4, 6.0
    • SolrCloud
    • None

    Description

      SolrCore.checkStale calls Thread.currentThread().isInterrupted(); on catching an InterruptedException but it should be Thread.currentThread().interrupt(); to restore the interrupt status.

      Attachments

        Activity

          People

            shalin Shalin Shekhar Mangar
            shalin Shalin Shekhar Mangar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: