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

stack commented on HBASE-11185:
-------------------------------

We don't need this anymore?

visitRegionStoreFiles?

It is done by verifySnapshot instead now?

Whats up w/ alll the javadoc warnings?

-  /**
+  /**©

Patch looks like nice speedup.  +1 after fixing any javadoc warnings that are 
yours.
?



> Parallelize Snapshot operations
> -------------------------------
>
>                 Key: HBASE-11185
>                 URL: https://issues.apache.org/jira/browse/HBASE-11185
>             Project: HBase
>          Issue Type: Bug
>          Components: snapshots
>    Affects Versions: 0.99.0
>            Reporter: Matteo Bertozzi
>            Assignee: Matteo Bertozzi
>            Priority: Minor
>             Fix For: 0.99.0
>
>         Attachments: HBASE-11185-v0.patch
>
>
> when SnapshotInfo or snapshot verification is executed against a remote path, 
> it may takes a while since all the code is mainly composed by sequential 
> calls to the fs.
> This patch will parallelize all the snapshot operations using a thread pool 
> to dispatch requests. The size of the pool is tunable by using  
> "hbase.snapshot.thread.pool.max"



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to