[jira] [Commented] (CASSANDRA-17757) A user should not be able to manually remove ephemeral snapshots

2022-08-30 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic commented on CASSANDRA-17757:
---

I have also run 300x circle on added junit test 
https://app.circleci.com/pipelines/github/instaclustr/cassandra/1232/workflows/bda47ced-ff64-428e-9398-5c293d7c00d8/jobs/4994

> A user should not be able to manually remove ephemeral snapshots
> 
>
> Key: CASSANDRA-17757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17757
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Local/Snapshots
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 4.2
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> in CASSANDRA-16911 we introduced the "-e" flag to nodetool listsnaphots which 
> are returning ephemerals as well. An operator might try to remove these 
> snapshots by hand. This should not be possible as these snapshots are there 
> for repair to work on and manual removal breaks it. To be complete, these 
> snapshots are removed as part of repair mechanism automatically, or they are 
> removed on the next reboot upon node' start. They should never be removed by 
> a human.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17757) A user should not be able to manually remove ephemeral snapshots

2022-08-28 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic commented on CASSANDRA-17757:
---

I ran one more build here against current trunk 
https://ci-cassandra.apache.org/job/Cassandra-devbranch/1898/

Based on these results I am going to merge it.

> A user should not be able to manually remove ephemeral snapshots
> 
>
> Key: CASSANDRA-17757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17757
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Local/Snapshots
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 4.2
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> in CASSANDRA-16911 we introduced the "-e" flag to nodetool listsnaphots which 
> are returning ephemerals as well. An operator might try to remove these 
> snapshots by hand. This should not be possible as these snapshots are there 
> for repair to work on and manual removal breaks it. To be complete, these 
> snapshots are removed as part of repair mechanism automatically, or they are 
> removed on the next reboot upon node' start. They should never be removed by 
> a human.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17757) A user should not be able to manually remove ephemeral snapshots

2022-08-27 Thread Paulo Motta (Jira)


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

Paulo Motta commented on CASSANDRA-17757:
-

LGTM, submitted CI:
* https://ci-cassandra.apache.org/view/patches/job/Cassandra-devbranch/1895/

> A user should not be able to manually remove ephemeral snapshots
> 
>
> Key: CASSANDRA-17757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17757
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Local/Snapshots
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 4.2
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> in CASSANDRA-16911 we introduced the "-e" flag to nodetool listsnaphots which 
> are returning ephemerals as well. An operator might try to remove these 
> snapshots by hand. This should not be possible as these snapshots are there 
> for repair to work on and manual removal breaks it. To be complete, these 
> snapshots are removed as part of repair mechanism automatically, or they are 
> removed on the next reboot upon node' start. They should never be removed by 
> a human.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17757) A user should not be able to manually remove ephemeral snapshots

2022-08-18 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic commented on CASSANDRA-17757:
---

https://app.circleci.com/pipelines/github/instaclustr/cassandra/1214/workflows/341a96d4-d7b4-4ba4-b766-7c28465f41cb
https://github.com/instaclustr/cassandra/tree/CASSANDRA-17757

> A user should not be able to manually remove ephemeral snapshots
> 
>
> Key: CASSANDRA-17757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17757
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Local/Snapshots
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 4.2
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> in CASSANDRA-16911 we introduced the "-e" flag to nodetool listsnaphots which 
> are returning ephemerals as well. An operator might try to remove these 
> snapshots by hand. This should not be possible as these snapshots are there 
> for repair to work on and manual removal breaks it. To be complete, these 
> snapshots are removed as part of repair mechanism automatically, or they are 
> removed on the next reboot upon node' start. They should never be removed by 
> a human.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17757) A user should not be able to manually remove ephemeral snapshots

2022-08-17 Thread Paulo Motta (Jira)


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

Paulo Motta commented on CASSANDRA-17757:
-

Looks mostly good. Added a few minor comments and cosmetic nits to the PR.

> A user should not be able to manually remove ephemeral snapshots
> 
>
> Key: CASSANDRA-17757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17757
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Local/Snapshots
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 4.2
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> in CASSANDRA-16911 we introduced the "-e" flag to nodetool listsnaphots which 
> are returning ephemerals as well. An operator might try to remove these 
> snapshots by hand. This should not be possible as these snapshots are there 
> for repair to work on and manual removal breaks it. To be complete, these 
> snapshots are removed as part of repair mechanism automatically, or they are 
> removed on the next reboot upon node' start. They should never be removed by 
> a human.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (CASSANDRA-17757) A user should not be able to manually remove ephemeral snapshots

2022-08-11 Thread Stefan Miklosovic (Jira)


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

Stefan Miklosovic commented on CASSANDRA-17757:
---

Hi [~paulo] , I would be delighted to have a review from you. It is rather 
straightforward patch. I had to parse manifests to see if a snapshot is 
ephemeral or not in order to skip it from deletion. SnapshotLoader seems to be 
best suitable for the job, I just accommodated it to my use case - from now on 
SnapshotLoader is able to list snapshots of some specific keyspace only. This 
is quite handy as we do not need to load all the snapshots when a user wants to 
clear snapshots for some keyspace only.

> A user should not be able to manually remove ephemeral snapshots
> 
>
> Key: CASSANDRA-17757
> URL: https://issues.apache.org/jira/browse/CASSANDRA-17757
> Project: Cassandra
>  Issue Type: New Feature
>  Components: Local/Snapshots
>Reporter: Stefan Miklosovic
>Assignee: Stefan Miklosovic
>Priority: Normal
> Fix For: 4.2
>
>
> in CASSANDRA-16911 we introduced the "-e" flag to nodetool listsnaphots which 
> are returning ephemerals as well. An operator might try to remove these 
> snapshots by hand. This should not be possible as these snapshots are there 
> for repair to work on and manual removal breaks it. To be complete, these 
> snapshots are removed as part of repair mechanism automatically, or they are 
> removed on the next reboot upon node' start. They should never be removed by 
> a human.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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