[jira] [Updated] (HDDS-8578) [Snapshot] Check namespace quota handling when cleaning up snapshot

2026-04-27 Thread Wei-Chiu Chuang (Jira)


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

Wei-Chiu Chuang updated HDDS-8578:
--
Parent: HDDS-15130  (was: HDDS-13747)

> [Snapshot] Check namespace quota handling when cleaning up snapshot 
> 
>
> Key: HDDS-8578
> URL: https://issues.apache.org/jira/browse/HDDS-8578
> Project: Apache Ozone
>  Issue Type: Sub-task
>  Components: Snapshot
>Reporter: Siyao Meng
>Assignee: Siyao Meng
>Priority: Major
>
> Because FSO namespace quota is only deducted when the directory is purged 
> (not when deleted), we need to double check if the quota behavior is as 
> expected when doing snapshot reclamation.
> https://github.com/apache/ozone/blob/831f608d28f9f4e040613f2d239a5a2ad109a235/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMDirectoriesPurgeRequestWithFSO.java#L98-L106



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

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



[jira] [Updated] (HDDS-8578) [Snapshot] Check namespace quota handling when cleaning up snapshot

2025-10-18 Thread Wei-Chiu Chuang (Jira)


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

Wei-Chiu Chuang updated HDDS-8578:
--
Parent: HDDS-13747  (was: HDDS-12940)

> [Snapshot] Check namespace quota handling when cleaning up snapshot 
> 
>
> Key: HDDS-8578
> URL: https://issues.apache.org/jira/browse/HDDS-8578
> Project: Apache Ozone
>  Issue Type: Sub-task
>  Components: Snapshot
>Reporter: Siyao Meng
>Assignee: Siyao Meng
>Priority: Major
>
> Because FSO namespace quota is only deducted when the directory is purged 
> (not when deleted), we need to double check if the quota behavior is as 
> expected when doing snapshot reclamation.
> https://github.com/apache/ozone/blob/831f608d28f9f4e040613f2d239a5a2ad109a235/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMDirectoriesPurgeRequestWithFSO.java#L98-L106



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

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



[jira] [Updated] (HDDS-8578) [Snapshot] Check namespace quota handling when cleaning up snapshot

2025-04-30 Thread Wei-Chiu Chuang (Jira)


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

Wei-Chiu Chuang updated HDDS-8578:
--
Parent: HDDS-12940  (was: HDDS-8544)

> [Snapshot] Check namespace quota handling when cleaning up snapshot 
> 
>
> Key: HDDS-8578
> URL: https://issues.apache.org/jira/browse/HDDS-8578
> Project: Apache Ozone
>  Issue Type: Sub-task
>  Components: Snapshot
>Reporter: Siyao Meng
>Assignee: Aswin Shakil
>Priority: Major
>
> Because FSO namespace quota is only deducted when the directory is purged 
> (not when deleted), we need to double check if the quota behavior is as 
> expected when doing snapshot reclamation.
> https://github.com/apache/ozone/blob/831f608d28f9f4e040613f2d239a5a2ad109a235/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMDirectoriesPurgeRequestWithFSO.java#L98-L106



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

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



[jira] [Updated] (HDDS-8578) [Snapshot] Check namespace quota handling when cleaning up snapshot

2023-06-22 Thread Prashant Pogde (Jira)


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

Prashant Pogde updated HDDS-8578:
-
Parent: HDDS-8544  (was: HDDS-7730)

> [Snapshot] Check namespace quota handling when cleaning up snapshot 
> 
>
> Key: HDDS-8578
> URL: https://issues.apache.org/jira/browse/HDDS-8578
> Project: Apache Ozone
>  Issue Type: Sub-task
>  Components: Snapshot
>Reporter: Siyao Meng
>Assignee: Aswin Shakil
>Priority: Major
>
> Because FSO namespace quota is only deducted when the directory is purged 
> (not when deleted), we need to double check if the quota behavior is as 
> expected when doing snapshot reclamation.
> https://github.com/apache/ozone/blob/831f608d28f9f4e040613f2d239a5a2ad109a235/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMDirectoriesPurgeRequestWithFSO.java#L98-L106



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

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



[jira] [Updated] (HDDS-8578) [Snapshot] Check namespace quota handling when cleaning up snapshot

2023-05-09 Thread Siyao Meng (Jira)


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

Siyao Meng updated HDDS-8578:
-
Description: 
Because FSO namespace quota is only deducted when the directory is purged (not 
when deleted), we need to double check if the quota behavior is as expected 
when doing snapshot reclamation.

https://github.com/apache/ozone/blob/831f608d28f9f4e040613f2d239a5a2ad109a235/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMDirectoriesPurgeRequestWithFSO.java#L98-L106

  was:Because FSO namespace quota is only deducted when the directory is purged 
(not when deleted), we need to double check if the quota behavior is as 
expected when doing snapshot reclamation.


> [Snapshot] Check namespace quota handling when cleaning up snapshot 
> 
>
> Key: HDDS-8578
> URL: https://issues.apache.org/jira/browse/HDDS-8578
> Project: Apache Ozone
>  Issue Type: Sub-task
>  Components: Snapshot
>Reporter: Siyao Meng
>Assignee: Aswin Shakil
>Priority: Major
>
> Because FSO namespace quota is only deducted when the directory is purged 
> (not when deleted), we need to double check if the quota behavior is as 
> expected when doing snapshot reclamation.
> https://github.com/apache/ozone/blob/831f608d28f9f4e040613f2d239a5a2ad109a235/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMDirectoriesPurgeRequestWithFSO.java#L98-L106



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

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