You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (Jira)" <ji...@apache.org> on 2021/09/22 10:33:00 UTC

[jira] [Updated] (CASSANDRA-14880) drop table and materialized view frequently get error over time

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

Benjamin Lerer updated CASSANDRA-14880:
---------------------------------------
    Resolution: Not A Problem
        Status: Resolved  (was: Awaiting Feedback)

> 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: Feature/Materialized Views
>            Reporter: jhon
>            Assignee: jhon
>            Priority: Normal
>
>     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
(v8.3.4#803005)

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