wchevreuil commented on code in PR #5468:
URL: https://github.com/apache/hbase/pull/5468#discussion_r1377424818
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.java:
##########
@@ -1965,8 +1965,8 @@ public AtomicBoolean getBackingMapValidated() {
return backingMapValidated;
}
- public Map<String, Boolean> getFullyCachedFiles() {
- return fullyCachedFiles;
+ public Optional<Map<String, Boolean>> getFullyCachedFiles() {
Review Comment:
nit: mark with Override annotation.
--
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]