Re: Truncate Materialized View

2020-05-15 Thread Surbhi Gupta
Thanks James, there were no hints pending at the time of dropping the materialized view. But the when we dropped the materialized view it somehow corrupted the hints. On Fri, May 15, 2020 at 4:15 PM James Shaw wrote: > Surbhi: > I don't think you may truncate the materialized view. > What

Re: Truncate Materialized View

2020-05-15 Thread James Shaw
Surbhi: I don't think you may truncate the materialized view. What exact error got ? If you think it is same as the bug, then you may try to avoid the bug triggered condition. It says pending hints. So you may let all hints applied, then try drop the view. Thanks, James On Fri, May 15, 20

Re: Truncate Materialized View

2020-05-15 Thread Surbhi Gupta
Anyone has truncated materialized views ? On Thu, 14 May 2020 at 11:59, Surbhi Gupta wrote: > Hi, > > We are on 3.11.0 . > We have 11 Materialized view on a table. > After discussion with application team , we found out that they are using > only 4 out of 11 . > We tried to drop the materialized

Truncate Materialized View

2020-05-14 Thread Surbhi Gupta
Hi, We are on 3.11.0 . We have 11 Materialized view on a table. After discussion with application team , we found out that they are using only 4 out of 11 . We tried to drop the materialized view and got hit by the bug https://issues.apache.org/jira/browse/CASSANDRA-13696 which made our whole clus