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