----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22537/#review46142 -----------------------------------------------------------
I took a look at the code. The changes look good. I am going to try running an end to end experiment like the one you ran w/ CI. However I am going to generate random rows with multiple columns. - kturner On June 12, 2014, 9:54 p.m., Jonathan Park wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22537/ > ----------------------------------------------------------- > > (Updated June 12, 2014, 9:54 p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-2827 > https://issues.apache.org/jira/browse/ACCUMULO-2827 > > > Repository: accumulo > > > Description > ------- > > HeapIterator optimization to avoid always re-inserting back into the heap. > > > Diffs > ----- > > > core/src/main/java/org/apache/accumulo/core/iterators/system/HeapIterator.java > e54f37c > > core/src/test/java/org/apache/accumulo/core/iterators/system/BenchmarkMultiIterator.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/22537/diff/ > > > Testing > ------- > > mvn clean install > > accumulo continuous ingest: saw ~5% improvement on uniformly distributed > data. (see ticket for more details) > > > Thanks, > > Jonathan Park > >
