You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2016/06/03 22:02:59 UTC

[jira] [Created] (CASSANDRA-11956) Interrupt outgoing file transfer when stream session is aborted

Paulo Motta created CASSANDRA-11956:
---------------------------------------

             Summary: Interrupt outgoing file transfer when stream session is aborted
                 Key: CASSANDRA-11956
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11956
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Paulo Motta
            Priority: Minor


When a stream session fails or is aborted, the sending node keeps sending the current file and only stops the session in the next file. So if a big file is being transferred it may take several minutes before the stream session is effectivelly canceled.

We must interrupt the current file transfer right away (or as soon as possible) if the stream session is canceled.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)