Mikhail Mazursky created CASSANDRA-5557: -------------------------------------------
Summary: Correctly handle interruptions of Thread.sleep() Key: CASSANDRA-5557 URL: https://issues.apache.org/jira/browse/CASSANDRA-5557 Project: Cassandra Issue Type: Improvement Reporter: Mikhail Mazursky Priority: Minor There is no need to throw assertion errors or runtime exceptions when Thread.sleep() is interrupted - code can just ignore interruption (and that is correct behaviour). Also this eliminates boilerplate code. See attached patch. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira