You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2016/01/26 06:41:40 UTC

[jira] [Commented] (HBASE-14526) Remove delayed rpc

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

Anoop Sam John commented on HBASE-14526:
----------------------------------------

We can remove stuff like
{code}
private static final String WARN_DELAYED_CALLS = "hbase.ipc.warn.delayedrpc.number";

  private static final int DEFAULT_WARN_DELAYED_CALLS = 1000;
{code}
And from Call
{code}
protected boolean delayResponse;
...
protected boolean delayReturnValue;           // if the return value should be
                                                  // set at call completion
{code}

Else patch LGTM

> Remove delayed rpc
> ------------------
>
>                 Key: HBASE-14526
>                 URL: https://issues.apache.org/jira/browse/HBASE-14526
>             Project: HBase
>          Issue Type: Task
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>         Attachments: HBASE-14526-v1.patch, HBASE-14526.patch
>
>
> I don't really know anyone using it and it makes things a bit more complex.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)