[
https://issues.apache.org/jira/browse/HBASE-16505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458170#comment-15458170
]
Yu Li commented on HBASE-16505:
-------------------------------
Regarding the patch, I think below changes in HRegion.java should be reverted,
no need to remove the {{Override}} annotation
{code}
- @Override
public void delete(Delete delete) throws IOException {
- @Override
public void mutateRow(RowMutations rm) throws IOException {
{code}
And rebase required after HBASE-16526 goes in, changes in {{AbstractTestIPC}}
and {{TestRpcHandlerException}} are no longer needed. [~yangzhe1991]
> Add AsyncRegion interface to pass deadline and support async operations
> -----------------------------------------------------------------------
>
> Key: HBASE-16505
> URL: https://issues.apache.org/jira/browse/HBASE-16505
> Project: HBase
> Issue Type: Sub-task
> Reporter: Phil Yang
> Assignee: Phil Yang
> Attachments: HBASE-16505-v1.patch
>
>
> If we want to know the correct setting of timeout in read/write path, we need
> add a new parameter in operation-methods of Region.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)