[
https://issues.apache.org/jira/browse/HBASE-18907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16208052#comment-16208052
]
Hudson commented on HBASE-18907:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.2-JDK7 #240 (See
[https://builds.apache.org/job/HBase-1.2-JDK7/240/])
HBASE-18907 Methods missing rpc timeout parameter in HTable (tedyu: rev
58dba2e173f40d91bd54c73fe62c4fc052d72c94)
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTable.java
> Methods missing rpc timeout parameter in HTable
> -----------------------------------------------
>
> Key: HBASE-18907
> URL: https://issues.apache.org/jira/browse/HBASE-18907
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.2.6
> Reporter: Ted Yu
> Assignee: Guangxu Cheng
> Labels: client
> Fix For: 1.2.7
>
> Attachments: HBASE-18907.branch-1.2.patch
>
>
> 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)