You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "ZhaoYang (JIRA)" <ji...@apache.org> on 2017/06/30 10:16:00 UTC

[jira] [Updated] (CASSANDRA-13650) cql_tests.py:SlowQueryTester.local_query_test and cql_tests.py:SlowQueryTester.remote_query_test failed on trunk

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

ZhaoYang updated CASSANDRA-13650:
---------------------------------
    Description: 
cql_tests.py:SlowQueryTester.local_query_test failed on trunk
cql_tests.py:SlowQueryTester.remote_query_test failed on trunk
SHA: fe3cfe3d7df296f022c50c9c0d22f91a0fc0a217


The cause seems due to the dtest unable to find {{"SELECT \* FROM ks.test1"}} pattern from log.
but in the log, following info is showed: 
{{MonitoringTask.java:173 - 1 operations were slow in the last 10 msecs: <SELECT val FROM ks.test1 LIMIT 5000>, time 102 msec - slow timeout 10 msec}}

ColumnFilter.toString() should return {{*}}, but return normal column {{val}} instead 

  was:
cql_tests.py:SlowQueryTester.local_query_test failed on trunk
cql_tests.py:SlowQueryTester.remote_query_test failed on trunk
SHA: fe3cfe3d7df296f022c50c9c0d22f91a0fc0a217


The cause seems due to the dtest unable to find "SELECT \* FROM ks.test1" pattern from log.
but in the log, following info is showed: 
{{MonitoringTask.java:173 - 1 operations were slow in the last 10 msecs: <SELECT val FROM ks.test1 LIMIT 5000>, time 102 msec - slow timeout 10 msec}}

ColumnFilter.toString() should return "*", but return normal column "val" instead 


> cql_tests.py:SlowQueryTester.local_query_test and cql_tests.py:SlowQueryTester.remote_query_test failed on trunk
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-13650
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13650
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Distributed Metadata
>            Reporter: ZhaoYang
>            Assignee: ZhaoYang
>             Fix For: 4.x
>
>
> cql_tests.py:SlowQueryTester.local_query_test failed on trunk
> cql_tests.py:SlowQueryTester.remote_query_test failed on trunk
> SHA: fe3cfe3d7df296f022c50c9c0d22f91a0fc0a217
> The cause seems due to the dtest unable to find {{"SELECT \* FROM ks.test1"}} pattern from log.
> but in the log, following info is showed: 
> {{MonitoringTask.java:173 - 1 operations were slow in the last 10 msecs: <SELECT val FROM ks.test1 LIMIT 5000>, time 102 msec - slow timeout 10 msec}}
> ColumnFilter.toString() should return {{*}}, but return normal column {{val}} instead 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org