[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-09 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Labels: snapshots  (was: )

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
>  Labels: snapshots
> Fix For: 3.11.13
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
  Since Version: NA
Source Control Link: 
https://github.com/apache/cassandra/commit/8def4fd7fb5fd73cb06e66381c3de3b99e397f07
 Resolution: Fixed
 Status: Resolved  (was: Ready to Commit)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Fix Version/s: 3.11.13
   (was: 3.11.x)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.13
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Paulo Motta (Jira)


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

Paulo Motta updated CASSANDRA-17415:

Reviewers: Paulo Motta, Paulo Motta
   Paulo Motta, Paulo Motta  (was: Paulo Motta)
   Status: Review In Progress  (was: Patch Available)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Paulo Motta (Jira)


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

Paulo Motta updated CASSANDRA-17415:

Status: Patch Available  (was: In Progress)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Paulo Motta (Jira)


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

Paulo Motta updated CASSANDRA-17415:

Status: Ready to Commit  (was: Review In Progress)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Paulo Motta (Jira)


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

Paulo Motta updated CASSANDRA-17415:

Status: In Progress  (was: Patch Available)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Fix Version/s: (was: 3.0.x)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-08 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Fix Version/s: 3.0.x

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.0.x, 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-04 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Test and Documentation Plan: unit test
 Status: Patch Available  (was: In Progress)

https://github.com/apache/cassandra/pull/1483

https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/1470/

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-03 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
 Bug Category: Parent values: Correctness(12982)
   Complexity: Low Hanging Fruit
Discovered By: Adhoc Test
 Severity: Low
   Status: Open  (was: Triage Needed)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-03 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Description: When auto_snapshot: true and MV is dropped, the name of the 
snapshot does not start with "dropped-" prefix as a normal table would. This is 
an issue for 3.11.x only. In 4.x, the code was refactored a lot and it does not 
happen there.  (was: When auto_snapshot: true and MV is dropped, the name of 
the snapshot does not start with "dropped-" prefix as a normal table would. 
This is an issue for 3.11.x only.)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only. In 4.x, the code was refactored a lot and it does not happen 
> there.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-03 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Description: When auto_snapshot: true and MV is dropped, the name of the 
snapshot does not start with "dropped-" prefix as a normal table would. This is 
an issue for 3.11.x only.  (was: When auto_snapshot: true and MV is dropped, 
the name of the snapshot does not start with "dropped-" prefix as a normal 
table would.)

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would. This is an issue for 
> 3.11.x only.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Updated] (CASSANDRA-17415) dropping of a materialized view does not create a snapshot with dropped- prefix

2022-03-03 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic updated CASSANDRA-17415:
--
Fix Version/s: 3.11.x

> dropping of a materialized view does not create a snapshot with dropped- 
> prefix
> ---
>
> Key: CASSANDRA-17415
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17415
> Project: Cassandra
>  Issue Type: Bug
>  Components: Feature/Materialized Views
>Reporter: Stefan Miklosovic
>Priority: Normal
> Fix For: 3.11.x
>
>
> When auto_snapshot: true and MV is dropped, the name of the snapshot does not 
> start with "dropped-" prefix as a normal table would.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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