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 20:32:59 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-1141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-1141:
----------------------------------------

    Attachment: 1141.txt

Verified the dHTE scenario, patch to remove dAH as describe and expose dHTE in jmx via StorageService.

> 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.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.