-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22537/
-----------------------------------------------------------
(Updated June 23, 2014, 3:16 p.m.)
Review request for accumulo.
Changes
-------
Replacing use of PriorityBuffer with java.util.PriorityQueue
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 (updated)
-----
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