VladRodionov commented on code in PR #8384:
URL: https://github.com/apache/hbase/pull/8384#discussion_r3456251994
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/cache/NoOpCacheAccessService.java:
##########
@@ -306,4 +306,10 @@ public Optional<Boolean> shouldCacheBlock(BlockCacheKey
key, long maxTimestamp,
Objects.requireNonNull(conf, "conf must not be null");
return Optional.empty();
}
+
+ @Override
+ public long getCurrentSize() {
+ // TODO Auto-generated method stub
+ return 0;
+ }
Review Comment:
Fixed.
--
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]