You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremiah Jordan (JIRA)" <ji...@apache.org> on 2014/08/11 23:34:14 UTC

[jira] [Created] (CASSANDRA-7750) Do not flush on truncate if "durable_writes" is false.

Jeremiah Jordan created CASSANDRA-7750:
------------------------------------------

             Summary: Do not flush on truncate if "durable_writes" is false.
                 Key: CASSANDRA-7750
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7750
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Jeremiah Jordan
            Assignee: Jeremiah Jordan
            Priority: Minor
             Fix For: 2.0.10, 2.1.1


CASSANDRA-7511 changed truncate so it will always flush to fix commit log issues.  If durable_writes is false, then there will not be able data in the commit log for the table, so we can safely just drop the memtables and not flush.



--
This message was sent by Atlassian JIRA
(v6.2#6252)