You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by John McNamee <jp...@terpmail.umd.edu> on 2014/11/24 19:26:18 UTC

Re: Review Request 21826: Accumulo-2632

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

(Updated Nov. 24, 2014, 1:26 p.m.)


Review request for accumulo.


Changes
-------

Link to the JIRA issue.


Bugs: ACCUMULO-2632
    https://issues.apache.org/jira/browse/ACCUMULO-2632


Repository: accumulo


Description
-------

The goal was to find a way to increase the write speed in the DfsLogger using compression.
This patch uses the Snappy compression library and was the most optimum way that I could find to increase write performance.
The option to use compression has been made configurable.
Recovery has been modified to uncompress the WAL if needed.


Diffs
-----

  core/src/main/java/org/apache/accumulo/core/conf/Property.java 62b0a33 
  server/tserver/src/main/java/org/apache/accumulo/tserver/log/DecompressingInputStream.java PRE-CREATION 
  server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java bfa51d3 
  server/tserver/src/test/java/org/apache/accumulo/tserver/log/DecompressingInputStreamTest.java PRE-CREATION 

Diff: https://reviews.apache.org/r/21826/diff/


Testing
-------

There is a unit test for the DecryptingInputStream.java, and I ran continuous Ingest/ continuous verify with the agitator on.


Thanks,

John McNamee