[
https://issues.apache.org/jira/browse/HBASE-13514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Lawlor updated HBASE-13514:
------------------------------------
Description: 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. (was: 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.)
> 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
> Priority: Minor
> Fix For: 2.0.0, 1.1.0, 1.2.0
>
>
> 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)