Keith Turner created ACCUMULO-2346:
--------------------------------------
Summary: Make UtilWaitThread.sleep() reset interrupt status
Key: ACCUMULO-2346
URL: https://issues.apache.org/jira/browse/ACCUMULO-2346
Project: Accumulo
Issue Type: Bug
Reporter: Keith Turner
Fix For: 1.7.0
Look into making UtilWaitThread.sleep() reset the interrupt status by calling {{Thread.currentThread().interrupt()}}.
This seems like a good thing to do, it allows code that does not want to deal with the interrupt
to pass it on. The question is, does doing this cause new bugs?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
|