You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (JIRA)" <ji...@apache.org> on 2012/06/20 17:39:42 UTC

[jira] [Created] (CASSANDRA-4360) Fix broken streaming after CASSANDRA-4311

Yuki Morishita created CASSANDRA-4360:
-----------------------------------------

             Summary: Fix broken streaming after CASSANDRA-4311
                 Key: CASSANDRA-4360
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4360
             Project: Cassandra
          Issue Type: Bug
            Reporter: Yuki Morishita
            Assignee: Yuki Morishita
            Priority: Minor
             Fix For: 1.2


CASSANDRA-4311 made change in message exchange, that the message will contain header only at the beginning of exchange. This causes FileStreamTask to fail since it expects message header in StreamReply message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-4360) Fix broken streaming after CASSANDRA-4311

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

Brandon Williams commented on CASSANDRA-4360:
---------------------------------------------

+1
                
> Fix broken streaming after CASSANDRA-4311
> -----------------------------------------
>
>                 Key: CASSANDRA-4360
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4360
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>            Priority: Minor
>              Labels: streaming
>             Fix For: 1.2
>
>         Attachments: 4360.txt
>
>
> CASSANDRA-4311 made change in message exchange, that the message will contain header only at the beginning of exchange. This causes FileStreamTask to fail since it expects message header in StreamReply message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-4360) Fix broken streaming after CASSANDRA-4311

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

Yuki Morishita updated CASSANDRA-4360:
--------------------------------------

    Attachment: 4360.txt

Patch attached to remove assumption that replay message contains message header.
This removal is fine since nodes already reject streaming from different versions.
                
> Fix broken streaming after CASSANDRA-4311
> -----------------------------------------
>
>                 Key: CASSANDRA-4360
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4360
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>            Priority: Minor
>              Labels: streaming
>             Fix For: 1.2
>
>         Attachments: 4360.txt
>
>
> CASSANDRA-4311 made change in message exchange, that the message will contain header only at the beginning of exchange. This causes FileStreamTask to fail since it expects message header in StreamReply message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-4360) Fix broken streaming after CASSANDRA-4311

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

Hudson commented on CASSANDRA-4360:
-----------------------------------

Integrated in Cassandra #1540 (See [https://builds.apache.org/job/Cassandra/1540/])
    fix streaming for messaging change patch by yukim, reviewed by brandonwilliams for CASSANDRA-4360 (Revision d59be21e8a936d5c893a67e8a3c98505739a7279)

     Result = ABORTED
yukim : 
Files : 
* src/java/org/apache/cassandra/streaming/FileStreamTask.java

                
> Fix broken streaming after CASSANDRA-4311
> -----------------------------------------
>
>                 Key: CASSANDRA-4360
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4360
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>            Priority: Minor
>              Labels: streaming
>             Fix For: 1.2
>
>         Attachments: 4360.txt
>
>
> CASSANDRA-4311 made change in message exchange, that the message will contain header only at the beginning of exchange. This causes FileStreamTask to fail since it expects message header in StreamReply message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-4360) Fix broken streaming after CASSANDRA-4311

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

Yuki Morishita commented on CASSANDRA-4360:
-------------------------------------------

Committed, thanks!
                
> Fix broken streaming after CASSANDRA-4311
> -----------------------------------------
>
>                 Key: CASSANDRA-4360
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4360
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>            Priority: Minor
>              Labels: streaming
>             Fix For: 1.2
>
>         Attachments: 4360.txt
>
>
> CASSANDRA-4311 made change in message exchange, that the message will contain header only at the beginning of exchange. This causes FileStreamTask to fail since it expects message header in StreamReply message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira