You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Max Barnash (JIRA)" <ji...@apache.org> on 2015/01/19 22:21:34 UTC

[jira] [Commented] (CASSANDRA-8645) sstableloader reports nonsensical bandwidth

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

Max Barnash commented on CASSANDRA-8645:
----------------------------------------

Attached patch only applies for 2.0.x since that code was heavily modified in 2.1. Converting bytes to mbs is not fixed in 2.1 though, but I guess it doesn’t deserve a separate patch/issue :)

> sstableloader reports nonsensical bandwidth 
> --------------------------------------------
>
>                 Key: CASSANDRA-8645
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8645
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Max Barnash
>            Priority: Minor
>         Attachments: 0001-Round-up-timedeltas-lower-than-1ms.patch
>
>
> When restoring a snapshot I see sstableloader reporting this:
> {noformat}
> [total: 0% - 5MB/s (avg: 0MB/s)] 
> [total: 0% - 31MB/s (avg: 0MB/s)] 
> [total: 1% - 2147483647MB/s (avg: 0MB/s)] 
> [total: 1% - 2147483647MB/s (avg: 0MB/s)] 
> [total: 1% - 31MB/s (avg: 0MB/s)] 
> [total: 1% - 31MB/s (avg: 0MB/s)] 
> [total: 1% - 2147483647MB/s (avg: 0MB/s)] 
> [total: 1% - 2147483647MB/s (avg: 0MB/s)] 
> [total: 1% - 2147483647MB/s (avg: 0MB/s)] 
> [total: 1% - 2147483647MB/s (avg: 0MB/s)] 
> [total: 1% - 2147483647MB/s (avg: 0MB/s)] 
> ...
> {noformat}
> {{2147483647MB/s}} doesn’t look right.



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