You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/04/08 05:03:12 UTC

[16/53] [abbrv] git commit: Merge branch '1.6.0-SNAPSHOT'

Merge branch '1.6.0-SNAPSHOT'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/24f895f3
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/24f895f3
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/24f895f3

Branch: refs/heads/ACCUMULO-378
Commit: 24f895f374e03d60e305bc67b03116c02a5caab4
Parents: bcc9e7e 88f24d2
Author: Bill Havanki <bh...@cloudera.com>
Authored: Mon Apr 7 17:14:09 2014 -0400
Committer: Bill Havanki <bh...@cloudera.com>
Committed: Mon Apr 7 17:14:09 2014 -0400

----------------------------------------------------------------------
 server/gc/pom.xml                               |   5 +
 .../gc/GarbageCollectWriteAheadLogs.java        |  89 ++++++-
 .../accumulo/gc/SimpleGarbageCollector.java     | 134 +++++++++-
 .../gc/GarbageCollectWriteAheadLogsTest.java    | 264 +++++++++++++++++++
 .../gc/SimpleGarbageCollectorOptsTest.java      |  37 +++
 .../accumulo/gc/SimpleGarbageCollectorTest.java | 146 ++++++++++
 6 files changed, 657 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/24f895f3/server/gc/pom.xml
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/accumulo/blob/24f895f3/server/gc/src/main/java/org/apache/accumulo/gc/SimpleGarbageCollector.java
----------------------------------------------------------------------