You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/09/29 22:52:00 UTC

[jira] [Updated] (HBASE-18907) Methods missing rpc timeout parameter in HTable

     [ https://issues.apache.org/jira/browse/HBASE-18907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-18907:
---------------------------
    Description: 
When revisiting HBASE-15645, I found that two methods (mutateRow and checkAndMutate) miss the rpcTimeout parameter to newCaller() in HTable:
{code}
    return rpcCallerFactory.<Boolean> newCaller().callWithRetries(callable, this.operationTimeout);
{code}
I checked branch-1.2

Other branch(es) may have the same problem

  was:
When revisiting HBASE-15645, I found that two methods miss the rpcTimeout parameter to newCaller() in HTable:
{code}
    return rpcCallerFactory.<Boolean> newCaller().callWithRetries(callable, this.operationTimeout);
{code}
I checked branch-1.2

Other branch(es) may have the same problem


> Methods missing rpc timeout parameter in HTable
> -----------------------------------------------
>
>                 Key: HBASE-18907
>                 URL: https://issues.apache.org/jira/browse/HBASE-18907
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Ted Yu
>
> When revisiting HBASE-15645, I found that two methods (mutateRow and checkAndMutate) miss the rpcTimeout parameter to newCaller() in HTable:
> {code}
>     return rpcCallerFactory.<Boolean> newCaller().callWithRetries(callable, this.operationTimeout);
> {code}
> I checked branch-1.2
> Other branch(es) may have the same problem



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