Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-13352

Cassandra does not respond back in 12000ms

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Normal
    • Resolution: Invalid
    • 3.10
    • Legacy/Core, Legacy/CQL
    • None
    • Normal

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            cpatel7691@gmail.com Chirag
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: