> On Sept. 16, 2016, 5:13 p.m., kturner wrote: > > pom.xml, line 167 > > <https://reviews.apache.org/r/51933/diff/2/?file=1499343#file1499343line167> > > > > I don't think this new dep will end up in the binary tarball. I was > > asking Christopher about this offline and he said the following files need > > to be modified for this to happen : > > > > * add dep to assemble/pom.xml > > * add dep to assemble/src/main/assemblies/component.xml
Ah, that's a good catch I didn't think about. - Josh ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51933/#review149215 ----------------------------------------------------------- On Sept. 16, 2016, 1:15 a.m., Ben Manes wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/51933/ > ----------------------------------------------------------- > > (Updated Sept. 16, 2016, 1:15 a.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 > ----- > > core/pom.xml 44afddb > core/src/main/java/org/apache/accumulo/core/client/rfile/RFileScanner.java > 4dfba68 > core/src/main/java/org/apache/accumulo/core/conf/Property.java ede1c6f > > 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 > 8e35705 > pom.xml 54e4a72 > server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java > 7751681 > > server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServerResourceManager.java > 089bd12 > > Diff: https://reviews.apache.org/r/51933/diff/ > > > Testing > ------- > > Basic build > > > Thanks, > > Ben Manes > >
