[
https://issues.apache.org/jira/browse/HBASE-15416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15194403#comment-15194403
]
stack commented on HBASE-15416:
-------------------------------
See the note by [~liushaohui] over in HBASE-15409
{code}
mvn clean package install -DrunSmallTests -Dtest=TestHFileBackedByBucketCache
Running org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.262 sec <<<
FAILURE! - in org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache
testBucketCacheCachesAndPersists(org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache)
Time elapsed: 0.69 sec <<< FAILURE!
java.lang.AssertionError: expected:<5> but was:<4>
at
org.apache.hadoop.hbase.io.hfile.TestHFileBackedByBucketCache.testBucketCacheCachesAndPersists(TestHFileBackedByBucketCache.java:161)
{code}
Let me see..
> TestHFileBackedByBucketCache is flakey since it went in
> -------------------------------------------------------
>
> Key: HBASE-15416
> URL: https://issues.apache.org/jira/browse/HBASE-15416
> Project: HBase
> Issue Type: Sub-task
> Components: BucketCache
> Reporter: stack
> Assignee: stack
> Priority: Critical
> Fix For: 2.0.0
>
> Attachments: 15416.patch
>
>
> Looks like cache content changes during running of test... let me fix.
> Critical.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)