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

zourun updated CASSANDRA-14880:
-------------------------------
    Description: 
when i create table and materialized view,then i drop it, if i drop it 
frequently it will got error: "no response received from cassandra within 
timeout period",for example:

 for i=0; i<100; i++ {      

     create table;      

     create materialized view;      

    drop materialized view;      

    drop table;

}

 

 

  was:
when i create table and materialized view,then i drop it, if i drop it 
frequently it will got error: "no response received from cassandra within 
timeout period",for example:

 for i=0; i<100; i++{

      create table;

      create materialized view;

      sleep(1);

      drop materialized view;

      drop table;

}

 

 


> drop table and materialized view frequently get error over time
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-14880
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14880
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: zourun
>            Priority: Major
>
> when i create table and materialized view,then i drop it, if i drop it 
> frequently it will got error: "no response received from cassandra within 
> timeout period",for example:
>  for i=0; i<100; i++ {      
>      create table;      
>      create materialized view;      
>     drop materialized view;      
>     drop table;
> }
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to