We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f09505 commit ed4b51aCopy full SHA for ed4b51a
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/CombinedBlockCache.java
@@ -78,8 +78,6 @@ private boolean isMetaBlock(BlockType blockType) {
78
@Override
79
public Cacheable getBlock(BlockCacheKey cacheKey, boolean caching,
80
boolean repeat, boolean updateCacheMetrics) {
81
- // TODO: is there a hole here, or just awkwardness since in the lruCache getBlock
82
- // we end up calling l2Cache.getBlock.
83
// We are not in a position to exactly look at LRU cache or BC as BlockType may not be getting
84
// passed always.
85
boolean existInL1 = l1Cache.containsBlock(cacheKey);
0 commit comments