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

Zheng Hu commented on HBASE-19617:
----------------------------------

The method name does not match its implementation ?  Should abort the process ? 
{code}
+  private void abortWhenFail(ReplicationQueueOperation op) {
+    try {
+      op.exec();
+    } catch (ReplicationException e) {
+      LOG.warn("Operation replication queue failed", e);
+    }
+  }
{code}

> Remove ReplicationQueues, use ReplicationQueueStorage directly
> --------------------------------------------------------------
>
>                 Key: HBASE-19617
>                 URL: https://issues.apache.org/jira/browse/HBASE-19617
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Replication
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>         Attachments: HBASE-19617-HBASE-19397-v1.patch, 
> HBASE-19617-HBASE-19397-v2.patch, HBASE-19617-HBASE-19397-v3.patch, 
> HBASE-19617-HBASE-19397-v3.patch, HBASE-19617-HBASE-19397.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to