Wellington Chevreuil created HBASE-29783:
--------------------------------------------
Summary: Fix flaky TestVerifyBucketCacheFile.testRetrieveFromFile
test
Key: HBASE-29783
URL: https://issues.apache.org/jira/browse/HBASE-29783
Project: HBase
Issue Type: Bug
Reporter: Wellington Chevreuil
Assignee: Wellington Chevreuil
TestVerifyBucketCacheFile is on the flaky list for master branch, with
testRetrieveFromFile failing the check scenario where the index (backingMap) is
recoverable, but not the cache file itself. I believe this is because on line
#141 we are waiting until bucket cache is initialised (cacheState == ENABLED),
however, in cases where the backingMap and the cache file are inconsistent, we
perform a background validation of the backingMap, even after the cache is in
ENABLED state.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)