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 Jurik (JIRA)" <ji...@apache.org> on 2013/11/08 12:37:17 UTC

[jira] [Created] (CASSANDRA-6317) cqlsh tracing error when querying thrift-based table

Matt Jurik created CASSANDRA-6317:
-------------------------------------

             Summary: cqlsh tracing error when querying thrift-based table
                 Key: CASSANDRA-6317
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6317
             Project: Cassandra
          Issue Type: Bug
         Environment: 1.2.10
            Reporter: Matt Jurik
            Priority: Minor


Mysteriously, tracing doesn't fail all the time. If I run the query multiple times at different consistency levels, tracing sometimes starts working.

{code}
cqlsh:some_keyspace> TRACING on;
cqlsh:some_keyspace> select * from appservers;

 key     | status
---------+--------
 server1 |      1
 server2 |      1
 server3 |      1

unsupported operand type(s) for /: 'NoneType' and 'float'
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)