You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yang Yang (JIRA)" <ji...@apache.org> on 2011/09/15 03:26:08 UTC

[jira] [Created] (CASSANDRA-3210) memtables do not need to be flushed on the Table.apply() path anymore after 2449

memtables do not need to be flushed on the Table.apply() path anymore after 2449
--------------------------------------------------------------------------------

                 Key: CASSANDRA-3210
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3210
             Project: Cassandra
          Issue Type: Bug
            Reporter: Yang Yang
            Priority: Trivial
         Attachments: 0001-memtables-do-not-need-to-be-flushed-on-the-Table.app.patch

2449 removes auto-flush from Table.apply(), but the data structure is still there, no harm, but better remove it:

in
https://github.com/apache/cassandra/blob/c7cdc317c9a14e29699f9842424388aee77d0e1a/src/java/org/apache/cassandra/db/Table.java

line 399 and 470

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CASSANDRA-3210) memtables do not need to be flushed on the Table.apply() path anymore after 2449

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-3210.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0
         Reviewer: jbellis
         Assignee: Yang Yang

committed, thanks!

> memtables do not need to be flushed on the Table.apply() path anymore after 2449
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3210
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3210
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yang Yang
>            Assignee: Yang Yang
>            Priority: Trivial
>             Fix For: 1.0.0
>
>         Attachments: 0001-memtables-do-not-need-to-be-flushed-on-the-Table.app.patch
>
>
> 2449 removes auto-flush from Table.apply(), but the data structure is still there, no harm, but better remove it:
> in
> https://github.com/apache/cassandra/blob/c7cdc317c9a14e29699f9842424388aee77d0e1a/src/java/org/apache/cassandra/db/Table.java
> line 399 and 470

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3210) memtables do not need to be flushed on the Table.apply() path anymore after 2449

Posted by "Yang Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yang Yang updated CASSANDRA-3210:
---------------------------------

    Attachment: 0001-memtables-do-not-need-to-be-flushed-on-the-Table.app.patch

> memtables do not need to be flushed on the Table.apply() path anymore after 2449
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-3210
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3210
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yang Yang
>            Priority: Trivial
>         Attachments: 0001-memtables-do-not-need-to-be-flushed-on-the-Table.app.patch
>
>
> 2449 removes auto-flush from Table.apply(), but the data structure is still there, no harm, but better remove it:
> in
> https://github.com/apache/cassandra/blob/c7cdc317c9a14e29699f9842424388aee77d0e1a/src/java/org/apache/cassandra/db/Table.java
> line 399 and 470

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira