[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/135 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-09-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r77688357 --- Diff: docs/src/main/resources/examples/README.compactionStrategy --- @@ -0,0 +1,60 @@ +Title: Apache Accumulo Customizing the Compaction Strateg

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-09-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r77687604 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/TwoTierCompactionStrategy.java --- @@ -73,6 +78,14 @@ private Long calcu

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-09-06 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r77687200 --- Diff: docs/src/main/resources/examples/README.compactionStrategy --- @@ -0,0 +1,60 @@ +Title: Apache Accumulo Customizing the Compaction Strateg

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-08-30 Thread milleruntime
Github user milleruntime commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r76819411 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/TwoTierCompactionStrategy.java --- @@ -61,6 +64,18 @@ public void verify

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-08-29 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r76695415 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/TwoTierCompactionStrategy.java --- @@ -61,6 +64,18 @@ public void verify

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-08-16 Thread milleruntime
Github user milleruntime commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r74975187 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/TwoTierCompactionStrategy.java --- @@ -0,0 +1,96 @@ +/* + * Lice

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-08-03 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r73363907 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/TwoTierCompactionStrategy.java --- @@ -0,0 +1,96 @@ +/* + * Lice

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-07-29 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/135#discussion_r72862399 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/compaction/TwoTierCompactionStrategy.java --- @@ -0,0 +1,96 @@ +/* + * Lice

[GitHub] accumulo pull request #135: ACCUMULO-1787: created TwoTierCompactionStrategy...

2016-07-27 Thread milleruntime
GitHub user milleruntime opened a pull request: https://github.com/apache/accumulo/pull/135 ACCUMULO-1787: created TwoTierCompactionStrategy and its Test Created a new Compaction Strategy based on the request in ACCUMULO-1787. It is a hybrid compaction strategy that supports two typ