You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2017/10/31 18:28:00 UTC

[jira] [Created] (HBASE-19138) Rare failure in TestLruBlockCache

Andrew Purtell created HBASE-19138:
--------------------------------------

             Summary: 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
            Priority: Trivial
             Fix For: 2.0.0, 3.0.0, 1.4.0, 1.5.0


[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)