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 2011/02/14 18:05:58 UTC

[jira] Created: (CASSANDRA-2161) throttle hinted handoff delivery

throttle hinted handoff delivery
--------------------------------

                 Key: CASSANDRA-2161
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2161
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 0.6.12, 0.7.2


Hinted row delivery can cause increased load on both the source and the target.  Let's add an option to slow it down to be more gentle.

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

        

[jira] Commented: (CASSANDRA-2161) throttle hinted handoff delivery

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

Hudson commented on CASSANDRA-2161:
-----------------------------------

Integrated in Cassandra-0.6 #59 (See [https://hudson.apache.org/hudson/job/Cassandra-0.6/59/])
    add -Dhinted_handoff_throttle option
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-2161


> throttle hinted handoff delivery
> --------------------------------
>
>                 Key: CASSANDRA-2161
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2161
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.6.12, 0.7.3
>
>         Attachments: 0.6-2161.txt, 0.7-2161.txt
>
>
> Hinted row delivery can cause increased load on both the source and the target.  Let's add an option to slow it down to be more gentle.

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

        

[jira] Updated: (CASSANDRA-2161) throttle hinted handoff delivery

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

Jonathan Ellis updated CASSANDRA-2161:
--------------------------------------

    Attachment: 0.7-2161.txt

0.7 version adds hinted_handoff_throttle_delay to cassandra.yaml

> throttle hinted handoff delivery
> --------------------------------
>
>                 Key: CASSANDRA-2161
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2161
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.6.12, 0.7.2
>
>         Attachments: 0.6-2161.txt, 0.7-2161.txt
>
>
> Hinted row delivery can cause increased load on both the source and the target.  Let's add an option to slow it down to be more gentle.

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

        

[jira] Updated: (CASSANDRA-2161) throttle hinted handoff delivery

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

Jonathan Ellis updated CASSANDRA-2161:
--------------------------------------

    Attachment: 0.6-2161.txt

0.6 version of the patch will sleep X ms after each row or row fragment is delivered, when -Dhinted_handoff_throttle=X is specified.

> throttle hinted handoff delivery
> --------------------------------
>
>                 Key: CASSANDRA-2161
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2161
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.6.12, 0.7.2
>
>         Attachments: 0.6-2161.txt
>
>
> Hinted row delivery can cause increased load on both the source and the target.  Let's add an option to slow it down to be more gentle.

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

        

[jira] Commented: (CASSANDRA-2161) throttle hinted handoff delivery

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

Brandon Williams commented on CASSANDRA-2161:
---------------------------------------------

hinted_handoff_throttle_delay_in_ms would match other configuration directives better for 0.7, but +1 otherwise.

> throttle hinted handoff delivery
> --------------------------------
>
>                 Key: CASSANDRA-2161
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2161
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.6.12, 0.7.2
>
>         Attachments: 0.6-2161.txt, 0.7-2161.txt
>
>
> Hinted row delivery can cause increased load on both the source and the target.  Let's add an option to slow it down to be more gentle.

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

        

[jira] Updated: (CASSANDRA-2161) throttle hinted handoff delivery

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

Jonathan Ellis updated CASSANDRA-2161:
--------------------------------------

    Remaining Estimate: 2h
     Original Estimate: 2h

> throttle hinted handoff delivery
> --------------------------------
>
>                 Key: CASSANDRA-2161
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2161
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.6.12, 0.7.3
>
>         Attachments: 0.6-2161.txt, 0.7-2161.txt
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Hinted row delivery can cause increased load on both the source and the target.  Let's add an option to slow it down to be more gentle.

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