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

Hudson commented on HBASE-18587:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-1.3-JDK8 #249 (See 
[https://builds.apache.org/job/HBase-1.3-JDK8/249/])
HBASE-18587 Fix flaky TestFileIOEngine (stack: rev 
2fd2b3f9b86509c37a7ed22eb93bf1c493711739)
* (edit) 
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestFileIOEngine.java
* (edit) 
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/FileIOEngine.java


> Fix Flaky TestFileIOEngine
> --------------------------
>
>                 Key: HBASE-18587
>                 URL: https://issues.apache.org/jira/browse/HBASE-18587
>             Project: HBase
>          Issue Type: Bug
>          Components: BucketCache, test
>            Reporter: Zach York
>            Assignee: Zach York
>             Fix For: 2.0.0, 1.4.0, 1.3.2
>
>         Attachments: HBASE-18587.branch-1.001.patch, 
> HBASE-18587.branch-1.002.patch, HBASE-18587.master.001.patch, 
> HBASE-18587.master.001.patch, HBASE-18587.master.002.patch, 
> HBASE-18587.master.002.patch
>
>
> As a part of HBASE-18533, the Jenkins report said that TestFileIOEngine 
> failed. I investigated and noticed that there are two cases where this test 
> is flaky:
> len = 0 and offset 0; it will fail for 
> https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/FileIOEngine.java#L198
>  will pass in -1 for offset which is invalid.
> len = 0 and i = 13; it will try to specify an offset of the totalCapacity 
> which is not allowed.
>  
> This patch fixes this test.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to