[
https://issues.apache.org/jira/browse/CASSANDRA-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nicholas Telford updated CASSANDRA-2045:
----------------------------------------
Attachment: 0006-Removed-handling-of-old-style-hints.patch
0005-Removed-duplicate-failure-detection-conditionals.-It.patch
0004-Fixed-direct-usage-of-Gossiper.getEndpointStateForEn.patch
0003-Fixed-some-coding-style-issues.patch
0002-Refactored-HintedHandoffManager.sendRow-to-reduce-co.patch
0001-Changed-storage-of-Hints-to-store-a-serialized-RowMu.patch
Attached is my current patchset for this issue, rebased against trunk as of
23rd June.
Patches 2, 5 and 6 are optional. 2 and 5 simply remove what I perceive to be
redundant code; 6 entirely removes the old-style hint storage.
Thanks for the tip on coding style, I actually noticed my mistakes shortly
after asking - those damn braces, old habits die hard!
> Simplify HH to decrease read load when nodes come back
> ------------------------------------------------------
>
> Key: CASSANDRA-2045
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2045
> Project: Cassandra
> Issue Type: Improvement
> Reporter: Chris Goffinet
> Assignee: Nicholas Telford
> Fix For: 1.0
>
> Attachments:
> 0001-Changed-storage-of-Hints-to-store-a-serialized-RowMu.patch,
> 0002-Refactored-HintedHandoffManager.sendRow-to-reduce-co.patch,
> 0003-Fixed-some-coding-style-issues.patch,
> 0004-Fixed-direct-usage-of-Gossiper.getEndpointStateForEn.patch,
> 0005-Removed-duplicate-failure-detection-conditionals.-It.patch,
> 0006-Removed-handling-of-old-style-hints.patch,
> CASSANDRA-2045-simplify-hinted-handoff-001.diff,
> CASSANDRA-2045-simplify-hinted-handoff-002.diff
>
>
> Currently when HH is enabled, hints are stored, and when a node comes back,
> we begin sending that node data. We do a lookup on the local node for the row
> to send. To help reduce read load (if a node is offline for long period of
> time) we should store the data we want forward the node locally instead. We
> wouldn't have to do any lookups, just take byte[] and send to the destination.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira