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/07/18 18:22:58 UTC

[jira] [Created] (CASSANDRA-2914) Simplify HH to always store hints on the coordinator

Simplify HH to always store hints on the coordinator
----------------------------------------------------

                 Key: CASSANDRA-2914
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2914
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.0
            Reporter: Jonathan Ellis
            Assignee: Patricio Echague
             Fix For: 1.0


Moved from CASSANDRA-2045:

Since we're storing the full mutation post-2045, there's no benefit to be gained from storing the hint on the replica node, only an increase in complexity.  Let's switch it to always store hints on the coordinator instead. 

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

        

[jira] [Updated] (CASSANDRA-2914) Simplify HH to always store hints on the coordinator

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

Patricio Echague updated CASSANDRA-2914:
----------------------------------------

    Attachment: CASSANDRA-2914-trunk-v1.diff

> Simplify HH to always store hints on the coordinator
> ----------------------------------------------------
>
>                 Key: CASSANDRA-2914
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2914
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0
>            Reporter: Jonathan Ellis
>            Assignee: Patricio Echague
>             Fix For: 1.0
>
>         Attachments: CASSANDRA-2914-trunk-v1.diff
>
>
> Moved from CASSANDRA-2045:
> Since we're storing the full mutation post-2045, there's no benefit to be gained from storing the hint on the replica node, only an increase in complexity.  Let's switch it to always store hints on the coordinator instead. 

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

        

[jira] [Commented] (CASSANDRA-2914) Simplify HH to always store hints on the coordinator

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

Hudson commented on CASSANDRA-2914:
-----------------------------------

Integrated in Cassandra #969 (See [https://builds.apache.org/job/Cassandra/969/])
    store hints in the coordinator node instead of in the closest replica
patch by Patricio Echague; reviewed by jbellis for CASSANDRA-2914

jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1149426
Files : 
* /cassandra/trunk/src/java/org/apache/cassandra/db/RowMutation.java
* /cassandra/trunk/CHANGES.txt
* /cassandra/trunk/src/java/org/apache/cassandra/locator/AbstractReplicationStrategy.java


> Simplify HH to always store hints on the coordinator
> ----------------------------------------------------
>
>                 Key: CASSANDRA-2914
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2914
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0
>            Reporter: Jonathan Ellis
>            Assignee: Patricio Echague
>             Fix For: 1.0
>
>         Attachments: CASSANDRA-2914-trunk-v1.diff, CASSANDRA-2914-trunk-v2.diff
>
>
> Moved from CASSANDRA-2045:
> Since we're storing the full mutation post-2045, there's no benefit to be gained from storing the hint on the replica node, only an increase in complexity.  Let's switch it to always store hints on the coordinator instead. 

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

        

[jira] [Commented] (CASSANDRA-2914) Simplify HH to always store hints on the coordinator

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

Patricio Echague commented on CASSANDRA-2914:
---------------------------------------------

CASSANDRA-2914-trunk-v1.diff applies on top of CASSANDRA-2045-v4.diff from CASSANDRA-2045

> Simplify HH to always store hints on the coordinator
> ----------------------------------------------------
>
>                 Key: CASSANDRA-2914
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2914
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0
>            Reporter: Jonathan Ellis
>            Assignee: Patricio Echague
>             Fix For: 1.0
>
>         Attachments: CASSANDRA-2914-trunk-v1.diff
>
>
> Moved from CASSANDRA-2045:
> Since we're storing the full mutation post-2045, there's no benefit to be gained from storing the hint on the replica node, only an increase in complexity.  Let's switch it to always store hints on the coordinator instead. 

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

        

[jira] [Updated] (CASSANDRA-2914) Simplify HH to always store hints on the coordinator

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

Patricio Echague updated CASSANDRA-2914:
----------------------------------------

    Attachment: CASSANDRA-2914-trunk-v2.diff

v2 replaces v1

Rebase diff file
Add entry in CHANGES.txt
update javadoc and comments.

> Simplify HH to always store hints on the coordinator
> ----------------------------------------------------
>
>                 Key: CASSANDRA-2914
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2914
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.0
>            Reporter: Jonathan Ellis
>            Assignee: Patricio Echague
>             Fix For: 1.0
>
>         Attachments: CASSANDRA-2914-trunk-v1.diff, CASSANDRA-2914-trunk-v2.diff
>
>
> Moved from CASSANDRA-2045:
> Since we're storing the full mutation post-2045, there's no benefit to be gained from storing the hint on the replica node, only an increase in complexity.  Let's switch it to always store hints on the coordinator instead. 

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