[ 
https://issues.apache.org/jira/browse/CASSANDRA-2797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052173#comment-13052173
 ] 

Hudson commented on CASSANDRA-2797:
-----------------------------------

Integrated in Cassandra-0.8 #178 (See 
[https://builds.apache.org/job/Cassandra-0.8/178/])
    fix repair hanging if a neighbor has nothing to send
patch by slebresne; reviewed by jbellis for CASSANDRA-2797

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1137711
Files : 
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* 
/cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/streaming/StreamOut.java


> Repair hangs if a neighbor has nothing to send 
> -----------------------------------------------
>
>                 Key: CASSANDRA-2797
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2797
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.0
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>              Labels: repair, streaming
>             Fix For: 0.8.2
>
>         Attachments: 
> 0001-Always-initiate-streaming-transfer-to-notify-remote-.patch
>
>
> This is actually a streaming problem. If a StreamOutSession has nothing to 
> transfer (i.e, no sstables have the requested ranges), it will not even 
> initiate the transfer and simply close the session right away. The problem is 
> that if the session was initiated by a remote end (through a 
> StreamRequestMessage), the remote end will never be notified and never run 
> his callback.

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

        

Reply via email to