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 2010/06/24 17:52:50 UTC

[jira] Created: (CASSANDRA-1223) HH improvements

HH improvements
---------------

                 Key: CASSANDRA-1223
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Assignee: Brandon Williams
            Priority: Minor
             Fix For: 0.7


- add TTL to HH subcolumns of GC_GRACE_SECONDS
- revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
- sendMessage failure should end hint replay attempts


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


[jira] Updated: (CASSANDRA-1223) HH improvements

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

Brandon Williams updated CASSANDRA-1223:
----------------------------------------

    Attachment:     (was: 1223.txt)

> HH improvements
> ---------------
>
>                 Key: CASSANDRA-1223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 1223.txt
>
>
> - add TTL to HH subcolumns of GC_GRACE_SECONDS
> - revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
> - sendMessage failure should end hint replay attempts

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


[jira] Updated: (CASSANDRA-1223) HH improvements

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

Brandon Williams updated CASSANDRA-1223:
----------------------------------------

    Attachment: 1223.txt

Updated with labeled break.

> HH improvements
> ---------------
>
>                 Key: CASSANDRA-1223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 1223.txt
>
>
> - add TTL to HH subcolumns of GC_GRACE_SECONDS
> - revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
> - sendMessage failure should end hint replay attempts

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


[jira] Commented: (CASSANDRA-1223) HH improvements

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

Jonathan Ellis commented on CASSANDRA-1223:
-------------------------------------------

can we get rid of the sendfailed variable by using a labeled break?

> HH improvements
> ---------------
>
>                 Key: CASSANDRA-1223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 1223.txt
>
>
> - add TTL to HH subcolumns of GC_GRACE_SECONDS
> - revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
> - sendMessage failure should end hint replay attempts

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


[jira] Commented: (CASSANDRA-1223) HH improvements

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

Jonathan Ellis commented on CASSANDRA-1223:
-------------------------------------------

+1

> HH improvements
> ---------------
>
>                 Key: CASSANDRA-1223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 1223.txt
>
>
> - add TTL to HH subcolumns of GC_GRACE_SECONDS
> - revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
> - sendMessage failure should end hint replay attempts

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


[jira] Commented: (CASSANDRA-1223) HH improvements

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

Hudson commented on CASSANDRA-1223:
-----------------------------------

Integrated in Cassandra #491 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/491/])
    

> HH improvements
> ---------------
>
>                 Key: CASSANDRA-1223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 1223.txt
>
>
> - add TTL to HH subcolumns of GC_GRACE_SECONDS
> - revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
> - sendMessage failure should end hint replay attempts

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


[jira] Updated: (CASSANDRA-1223) HH improvements

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

Brandon Williams updated CASSANDRA-1223:
----------------------------------------

    Attachment: 1223.txt

Patch with changes as described.

> HH improvements
> ---------------
>
>                 Key: CASSANDRA-1223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: 1223.txt
>
>
> - add TTL to HH subcolumns of GC_GRACE_SECONDS
> - revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
> - sendMessage failure should end hint replay attempts

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


[jira] Commented: (CASSANDRA-1223) HH improvements

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

Jonathan Ellis commented on CASSANDRA-1223:
-------------------------------------------

I realized that deleting hints at the row level won't work, unfortunatley, because we get hints back in key order instead of ts order.

> HH improvements
> ---------------
>
>                 Key: CASSANDRA-1223
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1223
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.7
>
>
> - add TTL to HH subcolumns of GC_GRACE_SECONDS
> - revert to old delete behavior of deleting the hint at its insert time rather than current time (current time means we could delete a new hint that hasn't been replayed yet)
> - sendMessage failure should end hint replay attempts

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