Skip to content

Commit

Permalink
HBASE-26105 Rectify the expired TODO comment in CombinedBC. (#3509)
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
YutSean authored Jul 30, 2021
1 parent 5f09505 commit ed4b51a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ private boolean isMetaBlock(BlockType blockType) {
@Override
public Cacheable getBlock(BlockCacheKey cacheKey, boolean caching,
boolean repeat, boolean updateCacheMetrics) {
// TODO: is there a hole here, or just awkwardness since in the lruCache getBlock
// we end up calling l2Cache.getBlock.
// We are not in a position to exactly look at LRU cache or BC as BlockType may not be getting
// passed always.
boolean existInL1 = l1Cache.containsBlock(cacheKey);
Expand Down

0 comments on commit ed4b51a

Please sign in to comment.