AsynchResult does not respect TimeUnit in get() -----------------------------------------------
Key: CASSANDRA-1362 URL: https://issues.apache.org/jira/browse/CASSANDRA-1362 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 0.6.4 Reporter: Martin Hentschel Priority: Minor Fix For: 0.6.4 When waiting for a blocking get in AsynchResult, the parameter {{TimeUnit tu}} is ignored. The passed parameter {{long timeout}} is assumed to be milliseconds. Attached you will find my quick fix to convert {{timeout}} to milliseconds with respect to {{tu}}. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.