HBASE-17171 Proactively catch the case when no time remains for random reads
commitc50a79a9eea06b592a73d7f689f2f85f025298bc
authorJosh Elser <elserj@apache.org>
Wed, 23 Nov 2016 18:25:53 +0000 (23 13:25 -0500)
committerMichael Stack <stack@apache.org>
Wed, 23 Nov 2016 19:40:40 +0000 (23 11:40 -0800)
tree82cfcbb1eb0fd13e15974f65e57e750cc88616d6
parenta6f3057dbffe6fc55cb69dff73837655cfcf1cc1
HBASE-17171 Proactively catch the case when no time remains for random reads

The framework sets a configuration property to control how long reads
should be executed. When writes take too long, no time remains for reads
and the user sees an error about a property they must set. We should
prevent this case and log an appropriate message.

Also fixes a rogue character in the class-level javadoc.

Signed-off-by: Michael Stack <stack@apache.org>
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedRequestsWithRegionReplicas.java