> On Sept. 15, 2016, 8:48 p.m., Josh Elser wrote:
> > A couple of extremely minor things. In general, this looks really great.

Also, checked out your licensing on Caffeine and it doesn't look like we need 
to anything else here in Accumulo to add it (yay).


- Josh


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51933/#review149122
-----------------------------------------------------------


On Sept. 15, 2016, 8:33 p.m., Ben Manes wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/51933/
> -----------------------------------------------------------
> 
> (Updated Sept. 15, 2016, 8:33 p.m.)
> 
> 
> Review request for accumulo, Josh Elser and kturner.
> 
> 
> Bugs: ACCUMULO-4177
>     https://issues.apache.org/jira/browse/ACCUMULO-4177
> 
> 
> Repository: accumulo
> 
> 
> Description
> -------
> 
> TinyLFU-based BlockCache.
> 
> Algorithmic details provided in,
> http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html
> 
> 
> Diffs
> -----
> 
>   assemble/conf/templates/accumulo-site.xml eaaf2b6 
>   core/pom.xml b00a65f 
>   core/src/main/java/org/apache/accumulo/core/conf/Property.java bc1e60e 
>   
> core/src/main/java/org/apache/accumulo/core/file/blockfile/cache/BlockCache.java
>  094782d 
>   
> core/src/main/java/org/apache/accumulo/core/file/blockfile/cache/LruBlockCache.java
>  1beaccb 
>   
> core/src/main/java/org/apache/accumulo/core/file/blockfile/cache/TinyLfuBlockCache.java
>  PRE-CREATION 
>   
> minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniAccumuloConfigImpl.java
>  5939d2f 
>   pom.xml 2497daa 
>   server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java 
> 1523c55 
>   
> server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java
>  b3b02ea 
> 
> Diff: https://reviews.apache.org/r/51933/diff/
> 
> 
> Testing
> -------
> 
> Basic build
> 
> 
> Thanks,
> 
> Ben Manes
> 
>

Reply via email to