You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremy Hanna (JIRA)" <ji...@apache.org> on 2012/08/21 17:57:38 UTC

[jira] [Created] (CASSANDRA-4562) Cli getting odd states for "Currently building index"

Jeremy Hanna created CASSANDRA-4562:
---------------------------------------

             Summary: Cli getting odd states for "Currently building index"
                 Key: CASSANDRA-4562
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4562
             Project: Cassandra
          Issue Type: Bug
          Components: Core, Tools
            Reporter: Jeremy Hanna
            Priority: Minor


Whenever the cli outputs keyspace/column family data, if it's building an index, it will show the status of that build at the bottom of the output.  It looks like it's sometimes getting into a bad state.  One person reported seeing:
Currently building index <index_name>, completed d != java.lang.String

--
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-4562) Cli getting odd states for "Currently building index"

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

Jonathan Ellis commented on CASSANDRA-4562:
-------------------------------------------

"Whenever" sounds like it's reproducible, is that the case?
                
> Cli getting odd states for "Currently building index"
> -----------------------------------------------------
>
>                 Key: CASSANDRA-4562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4562
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Tools
>            Reporter: Jeremy Hanna
>            Priority: Minor
>
> Whenever the cli outputs keyspace/column family data, if it's building an index, it will show the status of that build at the bottom of the output.  It looks like it's sometimes getting into a bad state.  One person reported seeing:
> Currently building index <index_name>, completed d != java.lang.String

--
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] [Resolved] (CASSANDRA-4562) Cli getting odd states for "Currently building index"

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

Jonathan Ellis resolved CASSANDRA-4562.
---------------------------------------

    Resolution: Cannot Reproduce

yes, running upgradesstables is "different" in the sense that there is absolutely no effect on the building status of indexes...
                
> Cli getting odd states for "Currently building index"
> -----------------------------------------------------
>
>                 Key: CASSANDRA-4562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4562
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Tools
>            Reporter: Jeremy Hanna
>            Priority: Minor
>
> Whenever the cli outputs keyspace/column family data, if it's building an index, it will show the status of that build at the bottom of the output.  It looks like it's sometimes getting into a bad state.  One person reported seeing:
> Currently building index <index_name>, completed d != java.lang.String

--
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-4562) Cli getting odd states for "Currently building index"

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

Jeremy Hanna commented on CASSANDRA-4562:
-----------------------------------------

Heh, so I suppose I just meant to say that the building status getting shown in the cli output even when that's not what is happening.  So it doesn't have correct data and looks bad.  However, since the CLI is deprecated, I'm not sure it's worth fixing.
                
> Cli getting odd states for "Currently building index"
> -----------------------------------------------------
>
>                 Key: CASSANDRA-4562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4562
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Tools
>            Reporter: Jeremy Hanna
>            Priority: Minor
>
> Whenever the cli outputs keyspace/column family data, if it's building an index, it will show the status of that build at the bottom of the output.  It looks like it's sometimes getting into a bad state.  One person reported seeing:
> Currently building index <index_name>, completed d != java.lang.String

--
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-4562) Cli getting odd states for "Currently building index"

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

Jonathan Ellis commented on CASSANDRA-4562:
-------------------------------------------

I'd be happy to fix it, but I'm still not sure what sequence of actions is supposed to make this happen.
                
> Cli getting odd states for "Currently building index"
> -----------------------------------------------------
>
>                 Key: CASSANDRA-4562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4562
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Tools
>            Reporter: Jeremy Hanna
>            Priority: Minor
>
> Whenever the cli outputs keyspace/column family data, if it's building an index, it will show the status of that build at the bottom of the output.  It looks like it's sometimes getting into a bad state.  One person reported seeing:
> Currently building index <index_name>, completed d != java.lang.String

--
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-4562) Cli getting odd states for "Currently building index"

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

Jeremy Hanna commented on CASSANDRA-4562:
-----------------------------------------

It was anecdotal but it did appear when the user was running upgradesstables, which is different than building the indexes from scratch.  Maybe there's a clue in that.
                
> Cli getting odd states for "Currently building index"
> -----------------------------------------------------
>
>                 Key: CASSANDRA-4562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4562
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core, Tools
>            Reporter: Jeremy Hanna
>            Priority: Minor
>
> Whenever the cli outputs keyspace/column family data, if it's building an index, it will show the status of that build at the bottom of the output.  It looks like it's sometimes getting into a bad state.  One person reported seeing:
> Currently building index <index_name>, completed d != java.lang.String

--
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