[
https://issues.apache.org/jira/browse/HBASE-19138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16233660#comment-16233660
]
Hudson commented on HBASE-19138:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.4 #982 (See
[https://builds.apache.org/job/HBase-1.4/982/])
HBASE-19138 Rare failure in TestLruBlockCache (apurtell: rev
5af2c1a3aea69a7a9a9b061f5cc6297918894aa5)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/TestLruBlockCache.java
> Rare failure in TestLruBlockCache
> ---------------------------------
>
> Key: HBASE-19138
> URL: https://issues.apache.org/jira/browse/HBASE-19138
> Project: HBase
> Issue Type: Bug
> Components: test
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 2.0.0, 3.0.0, 1.4.0, 1.5.0
>
> Attachments: HBASE-19138.patch
>
>
> [ERROR]
> testCacheEvictionThreadSafe(org.apache.hadoop.hbase.io.hfile.TestLruBlockCache)
> Time elapsed: 0.028 s <<< FAILURE!
> java.lang.AssertionError: expected:<0> but was:<1>
> at
> org.apache.hadoop.hbase.io.hfile.TestLruBlockCache.testCacheEvictionThreadSafe(TestLruBlockCache.java:86)
> Fix for this I think is waiting for the block count to drop to zero after
> awaiting shutdown of the executor pool. There's a rare race here. Tests look
> good using a Waiter predicate so far, but I haven't finished all 100
> iterations yet.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)