You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/06/08 18:48:07 UTC

[jira] Created: (CASSANDRA-222) r/m touch from 0.3

r/m touch from 0.3
------------------

                 Key: CASSANDRA-222
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
             Project: Cassandra
          Issue Type: Task
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
             Fix For: 0.3




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-222) r/m touch from 0.3

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717410#action_12717410 ] 

Jeff Hammerbacher commented on CASSANDRA-222:
---------------------------------------------

I missed the discussion where it was decided that touch was a bad idea. I don't have an opinion either way, just curious to hear why it is being removed.

> r/m touch from 0.3
> ------------------
>
>                 Key: CASSANDRA-222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: 222.patch
>
>
> touch is already gone in 0.4 and we shouldn't encourage using it

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-222) r/m touch from 0.3

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

Jonathan Ellis updated CASSANDRA-222:
-------------------------------------

    Description: touch is already gone in 0.4 and we shouldn't encourage using it

> r/m touch from 0.3
> ------------------
>
>                 Key: CASSANDRA-222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: 222.patch
>
>
> touch is already gone in 0.4 and we shouldn't encourage using it

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CASSANDRA-222) r/m touch from 0.3

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

Jonathan Ellis resolved CASSANDRA-222.
--------------------------------------

    Resolution: Fixed

committed, thanks

> r/m touch from 0.3
> ------------------
>
>                 Key: CASSANDRA-222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: 222.patch
>
>
> touch is already gone in 0.4 and we shouldn't encourage using it

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-222) r/m touch from 0.3

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

Jonathan Ellis updated CASSANDRA-222:
-------------------------------------

    Attachment: 222.patch

> r/m touch from 0.3
> ------------------
>
>                 Key: CASSANDRA-222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: 222.patch
>
>
> touch is already gone in 0.4 and we shouldn't encourage using it

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-222) r/m touch from 0.3

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

Jonathan Ellis updated CASSANDRA-222:
-------------------------------------

    Fix Version/s:     (was: 0.4)
                   0.3

> r/m touch from 0.3
> ------------------
>
>                 Key: CASSANDRA-222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: 222.patch
>
>
> touch is already gone in 0.4 and we shouldn't encourage using it

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-222) r/m touch from 0.3

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717416#action_12717416 ] 

Jonathan Ellis commented on CASSANDRA-222:
------------------------------------------

 1. the part that is supposed to cache the index positions in a LRU doesn't work
 2. the part that does a data read so it will be in the OS disk cache (a) doesn't work for large rows and (b) isn't as accurate as doing an actual get call would be
 3. (2) isn't worth addressing because doing touch + get will never be faster than just doing a get in a FutureTask or the equivalent.  (1) might be worth fixing but I'll leave that to someone who actually needs the feature.

> r/m touch from 0.3
> ------------------
>
>                 Key: CASSANDRA-222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: 222.patch
>
>
> touch is already gone in 0.4 and we shouldn't encourage using it

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-222) r/m touch from 0.3

Posted by "Chris Goffinet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717368#action_12717368 ] 

Chris Goffinet commented on CASSANDRA-222:
------------------------------------------

+1 this looks good!

> r/m touch from 0.3
> ------------------
>
>                 Key: CASSANDRA-222
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-222
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.3
>
>         Attachments: 222.patch
>
>
> touch is already gone in 0.4 and we shouldn't encourage using it

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.