remove HintedHandOffManager.deliverAllHints
-------------------------------------------

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


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.

Reply via email to