[ 
https://issues.apache.org/jira/browse/HBASE-4132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093378#comment-13093378
 ] 

Ted Yu commented on HBASE-4132:
-------------------------------

@Andrew:
Do you think the following signature is close to what's in your mind ?
{code}
+  public Path preLogArchiveStart(Path oldPath, Path newPath) throws IOException
{code}
Basically null return value means skipping log archival. Otherwise the return 
value should be used as the effective newPath.

> Extend the WALActionsListener API to accomodate log archival
> ------------------------------------------------------------
>
>                 Key: HBASE-4132
>                 URL: https://issues.apache.org/jira/browse/HBASE-4132
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: dhruba borthakur
>             Fix For: 0.92.0
>
>         Attachments: walArchive.txt
>
>
> The WALObserver interface exposes the log roll events. It would be nice to 
> extend it to accomodate log archival events as well.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to