Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.3.0
-
None
-
None
-
None
Description
There are 4 flaky tests in TestRegionLocationCaching.
They are in flaky tests list too: https://builds.apache.org/view/H-L/view/HBase/job/HBase-Find-Flaky-Tests/job/branch-1/lastSuccessfulBuild/artifact/dashboard.html
[ERROR] TestRegionLocationCaching.testCachingForHTableMultiPut:133->checkRegionLocationIsCached:148 Expected non-zero number of cached region locations. Actual: 0
[ERROR] TestRegionLocationCaching.testCachingForHTableMultiplexerMultiPut:95->checkRegionLocationIsCached:148 Expected non-zero number of cached region locations. Actual: 0
[ERROR] TestRegionLocationCaching.testCachingForHTableMultiplexerSinglePut:73->checkRegionLocationIsCached:148 Expected non-zero number of cached region locations. Actual: 0
[ERROR] TestRegionLocationCaching.testCachingForHTableSinglePut:116->checkRegionLocationIsCached:148 Expected non-zero number of cached region locations. Actual: 0
Attachments
Issue Links
- is caused by
-
HBASE-21775 The BufferedMutator doesn't ever refresh region location cache
- Resolved