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

Yuki Morishita commented on CASSANDRA-2972:
-------------------------------------------

Patch attached for 0.8 branch.
StreamInSession holds references to all pending files(files attribute) and 
current processing file(current attribute). The former include the latter but 
those are different objects after deserialized, and only the latter gets update 
on progress.
When returning incoming streaming status via JMX, only the former pending files 
described above are returned due to the nature of HashSet#add.

> nodetool netstats progress does not update on receiving side
> ------------------------------------------------------------
>
>                 Key: CASSANDRA-2972
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2972
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.8.1
>            Reporter: Wojciech Meler
>            Assignee: Yuki Morishita
>            Priority: Minor
>         Attachments: cassandra-0.8-2972.txt
>
>
> when you add/remove node to cluster, nodetool netstats show correct results 
> only on sending side - on receiving side you can see only 0% progress

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

        

Reply via email to