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

Vinayak Hegde updated HBASE-28992:
----------------------------------
    Description: 
As part of PITR, WALs are retained to support recovery to a specific timestamp. 
However, once WALs fall outside the retention window or are no longer 
referenced by any restore points, they become redundant and consume unnecessary 
disk space.
This task aims to add logic that identifies and safely deletes such WALs, 
ensuring optimal storage usage without compromising recovery capabilities.

  was:Implement a "cleanup" command to allow users to free up storage by 
removing data older than a specified time period. 


> Add cleanup logic to remove WALs no longer required for PITR
> ------------------------------------------------------------
>
>                 Key: HBASE-28992
>                 URL: https://issues.apache.org/jira/browse/HBASE-28992
>             Project: HBase
>          Issue Type: Task
>          Components: backup&restore
>    Affects Versions: 2.6.0, 3.0.0-alpha-4
>            Reporter: Vinayak Hegde
>            Assignee: Vinayak Hegde
>            Priority: Major
>
> As part of PITR, WALs are retained to support recovery to a specific 
> timestamp. However, once WALs fall outside the retention window or are no 
> longer referenced by any restore points, they become redundant and consume 
> unnecessary disk space.
> This task aims to add logic that identifies and safely deletes such WALs, 
> ensuring optimal storage usage without compromising recovery capabilities.



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

Reply via email to