DomGarguilo opened a new pull request, #3644: URL: https://github.com/apache/accumulo/pull/3644
Closes #3579 This PR replaces the semaphore with a `ReentrantLock` in `Scanner`. A new private class, `InterruptibleLock` was created to expose the protected `getOwner()` method. I am not too sure how to test these changes so have not added any tests yet. Ideas/suggestions are welcome. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
