You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Matt Kennedy (JIRA)" <ji...@apache.org> on 2011/07/03 22:27:21 UTC

[jira] [Created] (CASSANDRA-2853) cassandra-cli has backwards index status message

cassandra-cli has backwards index status message
------------------------------------------------

                 Key: CASSANDRA-2853
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2853
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Matt Kennedy
            Priority: Trivial


When a secondary index is building, the total bytes and processed bytes are swapped in the message.  Example:
Currently building index cf1, completed 12052040551 of 18047343 bytes.

The problem is a call to CompactionInfo constructor with swapped parameters.  Patch to follow.

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

        

[jira] [Updated] (CASSANDRA-2853) cassandra-cli has backwards index status message

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

Matt Kennedy updated CASSANDRA-2853:
------------------------------------

    Attachment: fix_idx_msg.patch

> cassandra-cli has backwards index status message
> ------------------------------------------------
>
>                 Key: CASSANDRA-2853
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2853
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.1
>            Reporter: Matt Kennedy
>            Priority: Trivial
>         Attachments: fix_idx_msg.patch
>
>
> When a secondary index is building, the total bytes and processed bytes are swapped in the message.  Example:
> Currently building index cf1, completed 12052040551 of 18047343 bytes.
> The problem is a call to CompactionInfo constructor with swapped parameters.  Patch to follow.

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

        

[jira] [Commented] (CASSANDRA-2853) cassandra-cli has backwards index status message

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

Hudson commented on CASSANDRA-2853:
-----------------------------------

Integrated in Cassandra-0.8 #202 (See [https://builds.apache.org/job/Cassandra-0.8/202/])
    fix index-building status display
patch by Matt Kennedy; reviewed by jbellis for CASSANDRA-2853

jbellis : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1142530
Files : 
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/ColumnFamilySerializer.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/io/sstable/SSTableIdentityIterator.java
* /cassandra/branches/cassandra-0.8/CHANGES.txt
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/hadoop/ConfigHelper.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/Table.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/hadoop/ColumnFamilyInputFormat.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/streaming/PendingFile.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/streaming/StreamInSession.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/io/sstable/IndexHelper.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/streaming/IncomingStreamReader.java
* /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/streaming/StreamOut.java


> cassandra-cli has backwards index status message
> ------------------------------------------------
>
>                 Key: CASSANDRA-2853
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2853
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.1
>            Reporter: Matt Kennedy
>            Assignee: Matt Kennedy
>            Priority: Trivial
>             Fix For: 0.8.2
>
>         Attachments: fix_idx_msg.patch
>
>
> When a secondary index is building, the total bytes and processed bytes are swapped in the message.  Example:
> Currently building index cf1, completed 12052040551 of 18047343 bytes.
> The problem is a call to CompactionInfo constructor with swapped parameters.  Patch to follow.

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

        

[jira] [Updated] (CASSANDRA-2853) cassandra-cli has backwards index status message

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

Matt Kennedy updated CASSANDRA-2853:
------------------------------------

    Affects Version/s: 0.8.1

> cassandra-cli has backwards index status message
> ------------------------------------------------
>
>                 Key: CASSANDRA-2853
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2853
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.1
>            Reporter: Matt Kennedy
>            Priority: Trivial
>         Attachments: fix_idx_msg.patch
>
>
> When a secondary index is building, the total bytes and processed bytes are swapped in the message.  Example:
> Currently building index cf1, completed 12052040551 of 18047343 bytes.
> The problem is a call to CompactionInfo constructor with swapped parameters.  Patch to follow.

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