[ 
https://issues.apache.org/jira/browse/CASSANDRA-14880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16693867#comment-16693867
 ] 

Jeremy Hanna commented on CASSANDRA-14880:
------------------------------------------

Also jhon, can you populate the "Reproduced In" version field of the ticket?  
There have been several fixes over time, so just to see if it has already been 
addressed directly or indirectly.

> 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
>          Components: Materialized Views
>            Reporter: jhon
>            Assignee: jhon
>            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;
> how can i solve it ? 
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to