You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2010/05/11 02:52:29 UTC

[jira] Created: (HBASE-2529) Make OldLogsCleaner easier to extend

Make OldLogsCleaner easier to extend
------------------------------------

                 Key: HBASE-2529
                 URL: https://issues.apache.org/jira/browse/HBASE-2529
             Project: Hadoop HBase
          Issue Type: New Feature
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
             Fix For: 0.21.0


By default OldLogsCleaner just does a TTL-based cleaning, other libs like cluster replication will want to extend it by not deleting logs that are not yet replicated (for example). It should be easy to add functionality.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-2529) Make OldLogsCleaner easier to extend

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-2529.
---------------------------------------

    Hadoop Flags: [Reviewed]
      Resolution: Fixed

Committed to trunk with after renaming, thanks for the review Ryan!

> Make OldLogsCleaner easier to extend
> ------------------------------------
>
>                 Key: HBASE-2529
>                 URL: https://issues.apache.org/jira/browse/HBASE-2529
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2529.patch
>
>
> By default OldLogsCleaner just does a TTL-based cleaning, other libs like cluster replication will want to extend it by not deleting logs that are not yet replicated (for example). It should be easy to add functionality.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.