You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/03/04 19:35:13 UTC

[jira] [Updated] (HBASE-7841) Parallelize offline snapshot in DisabledTableSnapshotHandler

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

Ted Yu updated HBASE-7841:
--------------------------

    Attachment: 7841.txt

Tentative patch.

Currently I reuse the EventType.C_M_SNAPSHOT_TABLE for the EventHandler

                
> Parallelize offline snapshot in DisabledTableSnapshotHandler
> ------------------------------------------------------------
>
>                 Key: HBASE-7841
>                 URL: https://issues.apache.org/jira/browse/HBASE-7841
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Ted Yu
>         Attachments: 7841.txt
>
>
> In DisabledTableSnapshotHandler, there is TODO:
> {code}
>   // TODO consider parallelizing these operations since they are independent. Right now its just
>   // easier to keep them serial though
>   @Override
>   public void snapshotRegions(List<Pair<HRegionInfo, ServerName>> regionsAndLocations) throws IOException,
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira