You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/11/08 14:21:18 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-6317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-6317:
-----------------------------------------

    Assignee: Mikhail Stepura

Sounds like cqlsh isn't handling an elapsed time of null/None which is what get logged when a replica responds after the result has been sent to the client.

> 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
>            Assignee: Mikhail Stepura
>            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)