[ 
https://issues.apache.org/jira/browse/HBASE-17171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15691676#comment-15691676
 ] 

Hudson commented on HBASE-17171:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #2007 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/2007/])
HBASE-17171 Proactively catch the case when no time remains for random (stack: 
rev c50a79a9eea06b592a73d7f689f2f85f025298bc)
* (edit) 
hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestTimeBoundedRequestsWithRegionReplicas.java


> IntegrationTestTimeBoundedRequestsWithRegionReplicas fails with obtuse error 
> when readers have no time to run
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-17171
>                 URL: https://issues.apache.org/jira/browse/HBASE-17171
>             Project: HBase
>          Issue Type: Bug
>          Components: integration tests
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: 2.0.0, 1.4.0
>
>         Attachments: HBASE-17171.001.patch
>
>
> Just noticed an odd error message that cropped up in some $dayjob internal 
> testing.
> Sometimes, executions of IntegrationTestTimeBoundedRequestsWithRegionReplicas 
> would result in an error:
> {noformat}
> Caused by: java.lang.IllegalArgumentException: Please configure 
> hbase.TimeBoundedMultiThreadedReader.runtime
>   at 
> org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas$TimeBoundedMultiThreadedReader.<init>
> {noformat}
> After digging into the test a bit more, I realized that this is actually 
> failing because the remaining time left after the writers finish (that is, 
> {{hbase.IntegrationTestTimeBoundedRequestsWithRegionReplicas.runtime}} minus 
> the time the writers took) was negative. So, the test harness passed a value 
> which always caused this error.
> We should catch when the time available for the readers is negative and throw 
> an appropriate error instructing the human to either increase the amount of 
> time for 
> {{hbase.IntegrationTestTimeBoundedRequestsWithRegionReplicas.runtime}} or 
> decrease the amount of data written.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to