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

Jonathan Hsieh commented on HBASE-7415:
---------------------------------------

Reviewed trunk version, lgtm.  fix nit on commit?

minor spacing nit:
{code}
@@ -115,7 +117,7 @@ public class RestoreSnapshotHelper {
   public RestoreSnapshotHelper(final Configuration conf, final FileSystem fs,
       final SnapshotDescription snapshotDescription, final Path snapshotDir,
       final HTableDescriptor tableDescriptor, final Path tableDir,
-      final ForeignExceptionDispatcher monitor)
+      final ForeignExceptionDispatcher monitor,final MonitoredTask status)

{code}
                
> [snapshots] Add task information to snapshot operation
> ------------------------------------------------------
>
>                 Key: HBASE-7415
>                 URL: https://issues.apache.org/jira/browse/HBASE-7415
>             Project: HBase
>          Issue Type: New Feature
>          Components: Client, master, regionserver, snapshots, Zookeeper
>            Reporter: Jesse Yates
>            Assignee: Jesse Yates
>             Fix For: 0.95.0
>
>         Attachments: HBASE-7415-0.94.patch, hbase-7415-v0.patch, 
> hbase-7415-v1.patch, HBASE-7415-v1-rebase.patch, HBASE-7415-v2.patch, 
> HBASE-7415-v3.patch, HBase_Snapshot_Task_UI.png
>
>
> Snapshot operations should have some sort of progresss information available 
> via the WebUI so admins can track progress of operations. This should go a 
> long way to enable 'good' admins to not hose their clusters by running 
> concurrent snapshot operations (e.g. rename while a clone is in progress).

--
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

Reply via email to