Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
cql_tests.py:SlowQueryTester.local_query_test failed on trunk
cql_tests.py:SlowQueryTester.remote_query_test failed on trunk
SHA: fe3cfe3d7df296f022c50c9c0d22f91a0fc0a217
It's 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
Attachments
Issue Links
- is related to
-
CASSANDRA-13004 Corruption while adding/removing a column to/from the table
-
- Resolved
-