You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (Created) (JIRA)" <ji...@apache.org> on 2012/02/22 03:54:48 UTC

[jira] [Created] (CASSANDRA-3942) ColumnFamilyRecordReader can report progress > 100%

ColumnFamilyRecordReader can report progress > 100%
---------------------------------------------------

                 Key: CASSANDRA-3942
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3942
             Project: Cassandra
          Issue Type: Bug
    Affects Versions: 0.8.10
            Reporter: T Jake Luciani
             Fix For: 1.0.8


CFRR.getProgress() can return a value > 1.0 since the totalRowCount is a estimate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3942) ColumnFamilyRecordReader can report progress > 100%

Posted by "Jonathan Ellis (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3942:
--------------------------------------

             Reviewer: jbellis
    Affects Version/s:     (was: 0.8.10)
                       0.6
             Assignee: T Jake Luciani
    
> ColumnFamilyRecordReader can report progress > 100%
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3942
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3942
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: T Jake Luciani
>            Assignee: T Jake Luciani
>            Priority: Minor
>             Fix For: 1.0.10
>
>
> CFRR.getProgress() can return a value > 1.0 since the totalRowCount is a estimate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3942) ColumnFamilyRecordReader can report progress > 100%

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-3942:
--------------------------------------

    Fix Version/s:     (was: 1.0.11)
                   1.1.2
         Assignee: Brandon Williams  (was: T Jake Luciani)
    
> ColumnFamilyRecordReader can report progress > 100%
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3942
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3942
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: T Jake Luciani
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 1.1.2
>
>
> CFRR.getProgress() can return a value > 1.0 since the totalRowCount is a estimate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3942) ColumnFamilyRecordReader can report progress > 100%

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Williams updated CASSANDRA-3942:
----------------------------------------

    Attachment: 3942.txt

Patch to clamp getProgress to 1.0 or less.
                
> ColumnFamilyRecordReader can report progress > 100%
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3942
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3942
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: T Jake Luciani
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 1.1.2
>
>         Attachments: 3942.txt
>
>
> CFRR.getProgress() can return a value > 1.0 since the totalRowCount is a estimate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3942) ColumnFamilyRecordReader can report progress > 100%

Posted by "Brandon Williams (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395993#comment-13395993 ] 

Brandon Williams commented on CASSANDRA-3942:
---------------------------------------------

So, is the idea simply to clamp it at 1.0?  Since all we have is an estimate we can't really get any more accurate.
                
> ColumnFamilyRecordReader can report progress > 100%
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3942
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3942
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: T Jake Luciani
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 1.1.2
>
>
> CFRR.getProgress() can return a value > 1.0 since the totalRowCount is a estimate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-3942) ColumnFamilyRecordReader can report progress > 100%

Posted by "T Jake Luciani (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

T Jake Luciani updated CASSANDRA-3942:
--------------------------------------

    Priority: Minor  (was: Major)
    
> ColumnFamilyRecordReader can report progress > 100%
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3942
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3942
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.8.10
>            Reporter: T Jake Luciani
>            Priority: Minor
>             Fix For: 1.0.8
>
>
> CFRR.getProgress() can return a value > 1.0 since the totalRowCount is a estimate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-3942) ColumnFamilyRecordReader can report progress > 100%

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13398749#comment-13398749 ] 

Jonathan Ellis commented on CASSANDRA-3942:
-------------------------------------------

+1
                
> ColumnFamilyRecordReader can report progress > 100%
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3942
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3942
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: T Jake Luciani
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 1.1.2
>
>         Attachments: 3942.txt
>
>
> CFRR.getProgress() can return a value > 1.0 since the totalRowCount is a estimate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira