Merge SP.mutate() and SP.mutateBlocking() (but using a writeResponseHandler that is a noop) -------------------------------------------------------------------------------------------
Key: CASSANDRA-1396 URL: https://issues.apache.org/jira/browse/CASSANDRA-1396 Project: Cassandra Issue Type: Improvement Components: Core Affects Versions: 0.7 beta 1 Reporter: Sylvain Lebresne Assignee: Sylvain Lebresne Priority: Minor Fix For: 0.7 beta 2 The code of mutate() is the one of mutateBlocking() with anything done by the WriteResponseHandler removed. This patch proposes to merge those functions and create a specific WriteResponseHandler for CL.ZERO that doesn't wait at all instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.