Details
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.