charlesconnell commented on code in PR #6679:
URL: https://github.com/apache/hbase/pull/6679#discussion_r1951086577


##########
hbase-common/pom.xml:
##########
@@ -110,6 +110,10 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-crypto</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.github.ben-manes.caffeine</groupId>
+      <artifactId>caffeine</artifactId>
+    </dependency>

Review Comment:
   I have a future PR coming after this one where I'll want the 
highest-performance cache here possible, which is Caffeine. I thought since 
I'll be introducing that later I might as well put this cache on it now. The 
HBase project uses Caffeine already, although not in hbase-common.



-- 
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]

Reply via email to