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/09/05 00:52:58 UTC

[jira] Created: (CASSANDRA-424) remove deprecated SSTR.get calls

remove deprecated SSTR.get calls
--------------------------------

                 Key: CASSANDRA-424
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
             Fix For: 0.5




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


[jira] Commented: (CASSANDRA-424) remove deprecated SSTR.get calls

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

Hudson commented on CASSANDRA-424:
----------------------------------

Integrated in Cassandra #192 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/192/])
    make compaction code use SSTableReader objects.  r/m SSTableReader.get static method
patch by jbellis; reviewed by Eric Evans for 
rename getIndex -> getGeneration
patch by jbellis; reviewed by Eric Evans for 
r/m unused BUFSIZE
patch by jbellis; reviewed by Eric Evans for 


> remove deprecated SSTR.get calls
> --------------------------------
>
>                 Key: CASSANDRA-424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt, 0001-CASSANDRA-424-r-m-unused-BUFSIZE.txt, 0002-r-m-unused-BUFSIZE.txt, 0002-rename-getIndex-getGeneration.txt, 0003-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt, 0003-rename-getIndex-getGeneration.txt, 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
>
>


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


[jira] Commented: (CASSANDRA-424) remove deprecated SSTR.get calls

Posted by "Eric Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752595#action_12752595 ] 

Eric Evans commented on CASSANDRA-424:
--------------------------------------

+1

> remove deprecated SSTR.get calls
> --------------------------------
>
>                 Key: CASSANDRA-424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt, 0001-CASSANDRA-424-r-m-unused-BUFSIZE.txt, 0002-r-m-unused-BUFSIZE.txt, 0002-rename-getIndex-getGeneration.txt, 0003-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt, 0003-rename-getIndex-getGeneration.txt, 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
>
>


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


[jira] Updated: (CASSANDRA-424) remove deprecated SSTR.get calls

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

Jonathan Ellis updated CASSANDRA-424:
-------------------------------------

    Attachment: 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
                0003-rename-getIndex-getGeneration.txt
                0002-r-m-unused-BUFSIZE.txt
                0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt

> remove deprecated SSTR.get calls
> --------------------------------
>
>                 Key: CASSANDRA-424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt, 0002-r-m-unused-BUFSIZE.txt, 0003-rename-getIndex-getGeneration.txt, 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
>
>


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


[jira] Commented: (CASSANDRA-424) remove deprecated SSTR.get calls

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

Jonathan Ellis commented on CASSANDRA-424:
------------------------------------------

rebased & fixed bug in the compaction change.  avoiding the "merge cleanup into normal compaction" change for now, so new 01 -> old 02, new 02 -> old 03, etc.  (Tried to just r/m the old attachments to avoid confusion but jira is erroring out on me.)

> remove deprecated SSTR.get calls
> --------------------------------
>
>                 Key: CASSANDRA-424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt, 0001-CASSANDRA-424-r-m-unused-BUFSIZE.txt, 0002-r-m-unused-BUFSIZE.txt, 0002-rename-getIndex-getGeneration.txt, 0003-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt, 0003-rename-getIndex-getGeneration.txt, 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
>
>


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


[jira] Commented: (CASSANDRA-424) remove deprecated SSTR.get calls

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

Jonathan Ellis commented on CASSANDRA-424:
------------------------------------------

04
    make compaction code use SSTableReader objects.  r/m SSTableReader.get static method

03
    rename getIndex -> getGeneration

02
    r/m unused BUFSIZE

01
    CASSANDRA-424 merge cleanup concept into normal compaction process


> remove deprecated SSTR.get calls
> --------------------------------
>
>                 Key: CASSANDRA-424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt, 0002-r-m-unused-BUFSIZE.txt, 0003-rename-getIndex-getGeneration.txt, 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
>
>


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


[jira] Commented: (CASSANDRA-424) remove deprecated SSTR.get calls

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

Jonathan Ellis commented on CASSANDRA-424:
------------------------------------------

getting broken tests post-rebase.  

> remove deprecated SSTR.get calls
> --------------------------------
>
>                 Key: CASSANDRA-424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt, 0002-r-m-unused-BUFSIZE.txt, 0003-rename-getIndex-getGeneration.txt, 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
>
>


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


[jira] Updated: (CASSANDRA-424) remove deprecated SSTR.get calls

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

Jonathan Ellis updated CASSANDRA-424:
-------------------------------------

    Attachment: 0003-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
                0002-rename-getIndex-getGeneration.txt
                0001-CASSANDRA-424-r-m-unused-BUFSIZE.txt

> remove deprecated SSTR.get calls
> --------------------------------
>
>                 Key: CASSANDRA-424
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-424
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 0001-CASSANDRA-424-merge-cleanup-concept-into-normal-compac.txt, 0001-CASSANDRA-424-r-m-unused-BUFSIZE.txt, 0002-r-m-unused-BUFSIZE.txt, 0002-rename-getIndex-getGeneration.txt, 0003-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt, 0003-rename-getIndex-getGeneration.txt, 0004-make-compaction-code-use-SSTableReader-objects.-r-m-S.txt
>
>


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