wchevreuil commented on code in PR #5906:
URL: https://github.com/apache/hbase/pull/5906#discussion_r1636718860
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CombinedBlockCache.java:
##########
@@ -109,8 +109,6 @@ public Cacheable getBlock(BlockCacheKey cacheKey, boolean
caching, boolean repea
}
} else {
if (existInL1) {
- LOG.warn("Cache key {} had block type {}, but was found in L1
cache.", cacheKey,
Review Comment:
This is not related to this PR itself, but it would address HBASE-28364.
Since it's a one liner, I decided to wrap it here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]