Chirag created CASSANDRA-13352:
----------------------------------
Summary: Cassandra does not respond back in 12000ms
Key: CASSANDRA-13352
URL: https://issues.apache.org/jira/browse/CASSANDRA-13352
Project: Cassandra
Issue Type: Bug
Components: Core, CQL
Reporter: Chirag
Fix For: 3.10
I have my system with a table design,
Create Table lamscope_dashboard.events (
ToolId text,
Date timestamp,
End_Time timestamp,
DeviceId text,
Logtype text,
EventId text,
MaterialId text,
CfgId text,
MaterialType text,
Status text,
SlotNo text,
LotId text,
RecipeId text,
StepNum int ,
Fromdevice text,
Fromslot text,
ToDevice text,
ToSlot int ,
FlowRecipeId text,
Flowinfo text,
CarrierId text,
JobId text,
Data text,
PRIMARY KEY( ToolId, Date, MaterialId, DeviceId, EventId))
WITH CLUSTERING ORDER BY (Date ASC,MaterialId ASC, DeviceId ASC)
AND COMPRESSION = { 'sstable_compression' : 'SnappyCompressor'} ;
Query
select * from events where eventid='xxxxx' allow filtering;
It is a single instance cluster.
System is not responding back in 12000 ms.
Query goes timeout.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)