[
https://issues.apache.org/jira/browse/HBASE-13514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14503923#comment-14503923
]
Hudson commented on HBASE-13514:
--------------------------------
SUCCESS: Integrated in HBase-1.1 #414 (See
[https://builds.apache.org/job/HBase-1.1/414/])
HBASE-13514 Fix test failures in TestScannerHeartbeatMessages caused by
incorrect setting of hbase.rpc.timeout (Jonathan Lawlor) (tedyu: rev
b9eac01704586488683c34a591ed52712f21e292)
*
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestScannerHeartbeatMessages.java
> Fix test failures in TestScannerHeartbeatMessages caused by incorrect setting
> of hbase.rpc.timeout
> --------------------------------------------------------------------------------------------------
>
> Key: HBASE-13514
> URL: https://issues.apache.org/jira/browse/HBASE-13514
> Project: HBase
> Issue Type: Sub-task
> Affects Versions: 1.1.0, 1.2.0
> Reporter: Jonathan Lawlor
> Assignee: Jonathan Lawlor
> Priority: Minor
> Fix For: 2.0.0, 1.1.0, 1.2.0
>
> Attachments: HBASE-13514-branch-1.1.patch,
> HBASE-13514-branch-1.patch, HBASE-13514.patch
>
>
> The test inside TestScannerHeartbeatMessages is failing because the
> configured value of "hbase.rpc.timeout" cannot be less than 2 seconds in
> branch-1 and branch-1.1 but the test expects that it can be set to 0.5
> seconds. This is because of the field MIN_RPC_TIMEOUT in
> {{RpcRetryingCaller}} which exists in branch-1 and branch-1.1 but is no
> longer in master.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)