[GitHub] accumulo pull request #168: ACCUMULO-4501 (work in progress) Very simple imp...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/168 --- 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

[GitHub] accumulo pull request #168: ACCUMULO-4501 (work in progress) Very simple imp...

2016-10-17 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/168#discussion_r83653920 --- Diff: core/src/main/java/org/apache/accumulo/core/file/rfile/histogram/HashMapVisibilityHistogram.java --- @@ -0,0 +1,141 @@ +/* + *

[GitHub] accumulo pull request #168: ACCUMULO-4501 (work in progress) Very simple imp...

2016-10-17 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/168#discussion_r83653991 --- Diff: core/src/main/java/org/apache/accumulo/core/file/rfile/RFile.java --- @@ -374,7 +380,42 @@ public void flushIfNeeded() throws IOException {

[GitHub] accumulo pull request #168: ACCUMULO-4501 (work in progress) Very simple imp...

2016-10-17 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/168#discussion_r83632592 --- Diff: core/src/main/java/org/apache/accumulo/core/file/rfile/histogram/HashMapVisibilityHistogram.java --- @@ -0,0 +1,141 @@ +/* + *

[GitHub] accumulo pull request #168: ACCUMULO-4501 (work in progress) Very simple imp...

2016-10-17 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/168#discussion_r83634597 --- Diff: core/src/main/java/org/apache/accumulo/core/file/rfile/RFile.java --- @@ -374,7 +380,42 @@ public void flushIfNeeded() throws IOException {

[GitHub] accumulo pull request #168: ACCUMULO-4501 (work in progress) Very simple imp...

2016-10-17 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/accumulo/pull/168#discussion_r83634090 --- Diff: core/src/main/java/org/apache/accumulo/core/file/rfile/histogram/VisibilityHistogramLocalityGroupWriter.java --- @@ -0,0 +1,62 @@ +/*

[GitHub] accumulo pull request #168: ACCUMULO-4501 (work in progress) Very simple imp...

2016-10-16 Thread joshelser
GitHub user joshelser opened a pull request: https://github.com/apache/accumulo/pull/168 ACCUMULO-4501 (work in progress) Very simple implementation of a visib… …ility histogram You can merge this pull request into a Git repository by running: $ git pull