You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2010/06/03 21:55:05 UTC

[jira] Commented: (CASSANDRA-1141) remove HintedHandOffManager.deliverAllHints

    [ https://issues.apache.org/jira/browse/CASSANDRA-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12875271#action_12875271 ] 

Brandon Williams commented on CASSANDRA-1141:
---------------------------------------------

Oops, just realized I missed removing the now unused INTERVAL_IN_MS.  If there are further changes I'll incorporate this in the updated patch, otherwise please rm it during commit.

> remove HintedHandOffManager.deliverAllHints
> -------------------------------------------
>
>                 Key: CASSANDRA-1141
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1141
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 0.6.3
>
>         Attachments: 1141-trunk.txt, 1141.txt
>
>
> deliverAllHints seems to be a "just in case we miss the onAlive signal to send hints over," but the constant scanning of the hint rows it generates is extremely painful.
> I'd like to do 3 things here:
> 1. test that, if node X and Y are in the cluster, and Y goes down, then X goes down, then Y comes back up, then X comes back up [with enough time for each change that FD recognizes it], that X gets deliverHintsToEndpoint called for Y.  I think it will, but we should test to be sure.
> 2. remove HHOM.deliverAllHints
> 3. expose HHOM.deliverHintsToEndpoint to jmx so it can be manually invoked, Just In Case

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