You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Kelvin Kakugawa (JIRA)" <ji...@apache.org> on 2011/02/02 02:15:29 UTC

[jira] Created: (CASSANDRA-2094) fix regression in CL.ALL read

fix regression in CL.ALL read
-----------------------------

                 Key: CASSANDRA-2094
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2094
             Project: Cassandra
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.8
            Reporter: Kelvin Kakugawa
            Assignee: Kelvin Kakugawa
             Fix For: 0.8


regression:
- digest message object re-used across multiple hosts.

problem:
- shared message id, so the first digest response received will remove the callback for all others.

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

        

[jira] Commented: (CASSANDRA-2094) fix regression in CL.ALL read

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

Hudson commented on CASSANDRA-2094:
-----------------------------------

Integrated in Cassandra-0.7 #234 (See [https://hudson.apache.org/hudson/job/Cassandra-0.7/234/])
    remove digestMessage reuse to fix regression from #1959
patch by Kelvin Kakugawa; reviewed by jbellis for CASSANDRA-2094


> fix regression in CL.ALL read
> -----------------------------
>
>                 Key: CASSANDRA-2094
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2094
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Kelvin Kakugawa
>            Assignee: Kelvin Kakugawa
>             Fix For: 0.7.1
>
>         Attachments: 0001-fix-bug-in-2038-via-4826e8c8.patch
>
>
> regression:
> - digest message object re-used across multiple hosts.
> problem:
> - shared message id, so the first digest response received will remove the callback for all others.

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

        

[jira] Commented: (CASSANDRA-2094) fix regression in CL.ALL read

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

Kelvin Kakugawa commented on CASSANDRA-2094:
--------------------------------------------

future reference: please test w/ RF=3, which is a more interesting case for CL.ALL.

> fix regression in CL.ALL read
> -----------------------------
>
>                 Key: CASSANDRA-2094
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2094
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8
>            Reporter: Kelvin Kakugawa
>            Assignee: Kelvin Kakugawa
>             Fix For: 0.8
>
>         Attachments: 0001-fix-bug-in-2038-via-4826e8c8.patch
>
>
> regression:
> - digest message object re-used across multiple hosts.
> problem:
> - shared message id, so the first digest response received will remove the callback for all others.

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

        

[jira] Updated: (CASSANDRA-2094) fix regression in CL.ALL read

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

Kelvin Kakugawa updated CASSANDRA-2094:
---------------------------------------

    Attachment: 0001-fix-bug-in-2038-via-4826e8c8.patch

do not re-use digest message object.

> fix regression in CL.ALL read
> -----------------------------
>
>                 Key: CASSANDRA-2094
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2094
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8
>            Reporter: Kelvin Kakugawa
>            Assignee: Kelvin Kakugawa
>             Fix For: 0.8
>
>         Attachments: 0001-fix-bug-in-2038-via-4826e8c8.patch
>
>
> regression:
> - digest message object re-used across multiple hosts.
> problem:
> - shared message id, so the first digest response received will remove the callback for all others.

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

        

[jira] Resolved: (CASSANDRA-2094) fix regression in CL.ALL read

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

Jonathan Ellis resolved CASSANDRA-2094.
---------------------------------------

    Resolution: Fixed

Thanks for catching that, Kelvin!  committed.

(FWIW this is a regression from CASSANDRA-1959.)

> fix regression in CL.ALL read
> -----------------------------
>
>                 Key: CASSANDRA-2094
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2094
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Kelvin Kakugawa
>            Assignee: Kelvin Kakugawa
>             Fix For: 0.7.1
>
>         Attachments: 0001-fix-bug-in-2038-via-4826e8c8.patch
>
>
> regression:
> - digest message object re-used across multiple hosts.
> problem:
> - shared message id, so the first digest response received will remove the callback for all others.

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

        

[jira] Updated: (CASSANDRA-2094) fix regression in CL.ALL read

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

Jonathan Ellis updated CASSANDRA-2094:
--------------------------------------

             Reviewer: jbellis
    Affects Version/s:     (was: 0.8)
                       0.7.1
        Fix Version/s:     (was: 0.8)
                       0.7.1

> fix regression in CL.ALL read
> -----------------------------
>
>                 Key: CASSANDRA-2094
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2094
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.7.1
>            Reporter: Kelvin Kakugawa
>            Assignee: Kelvin Kakugawa
>             Fix For: 0.7.1
>
>         Attachments: 0001-fix-bug-in-2038-via-4826e8c8.patch
>
>
> regression:
> - digest message object re-used across multiple hosts.
> problem:
> - shared message id, so the first digest response received will remove the callback for all others.

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