Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "Streaming" page has been changed by NirmalRanganathan. http://wiki.apache.org/cassandra/Streaming?action=diff&rev1=6&rev2=7 -------------------------------------------------- === Transfer (0.6 and below) === 1. Source starts with STREAM_INITIATE (Prepares the request ranges and sends a list of pending files) - 1. Destination acknowledge with STREAM_INITIATE_DONE (Adds to list of pending files per node) + 1. Destination acknowledges with STREAM_INITIATE_DONE (Adds to list of pending files per node) 1. Source starts streaming the first file from the list of files it has prepared for that Destination node. 1. Destination receives the file returns a Stream_Status. Here the order of the files is maintained and only one transfer from a node can happen. 1. Source based on status, restreams file or streams the next file until complete.
