[4/4] accumulo git commit: ACCUMULO-4304 Replace Guava use w/built-ins

2016-05-05 Thread ctubbsii
ACCUMULO-4304 Replace Guava use w/built-ins Replace functional guava stuff, some predicates, optional, and base-64 classes with Java 8 built-in stuff. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/84f70731 Tree:

[3/4] accumulo git commit: ACCUMULO-4304 Replace Guava use w/built-ins

2016-05-05 Thread ctubbsii
http://git-wip-us.apache.org/repos/asf/accumulo/blob/84f70731/minicluster/src/main/java/org/apache/accumulo/minicluster/impl/MiniAccumuloClusterImpl.java -- diff --git

[1/4] accumulo git commit: ACCUMULO-4299 Update plugin versions for jdk8

2016-05-05 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/master fa80ae12b -> 84f707313 ACCUMULO-4299 Update plugin versions for jdk8 Update all plugins, even if they required java 8 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit:

[2/4] accumulo git commit: ACCUMULO-4304 Replace Guava use w/built-ins

2016-05-05 Thread ctubbsii
http://git-wip-us.apache.org/repos/asf/accumulo/blob/84f70731/shell/src/main/java/org/apache/accumulo/shell/ShellUtil.java -- diff --git a/shell/src/main/java/org/apache/accumulo/shell/ShellUtil.java

[2/3] accumulo git commit: ACCUMULO-4229 SyncingTabletLocator ensures caching clients align with tserver

2016-05-05 Thread dhutchis
ACCUMULO-4229 SyncingTabletLocator ensures caching clients align with tserver The previously failing test case now passes. A boolean indicator variable in TabletLocator is set to false when the static TabletLocator cache is cleared. Client writers and readers should check the indicator before

[3/3] accumulo git commit: Merge branch '1.8'

2016-05-05 Thread dhutchis
Merge branch '1.8' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fa80ae12 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fa80ae12 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fa80ae12

[1/3] accumulo git commit: ACCUMULO-4229 Add breaking test to reproduce sync problem

2016-05-05 Thread dhutchis
Repository: accumulo Updated Branches: refs/heads/master a40733374 -> fa80ae12b ACCUMULO-4229 Add breaking test to reproduce sync problem Add two tests in BatchWriterInTabletServerIT. The first passes and establishes a baseline. The second fails, proving the issue. I added an extra iterator

[2/2] accumulo git commit: ACCUMULO-4229 SyncingTabletLocator ensures caching clients align with tserver

2016-05-05 Thread dhutchis
ACCUMULO-4229 SyncingTabletLocator ensures caching clients align with tserver The previously failing test case now passes. A boolean indicator variable in TabletLocator is set to false when the static TabletLocator cache is cleared. Client writers and readers should check the indicator before

[1/2] accumulo git commit: ACCUMULO-4229 Add breaking test to reproduce sync problem

2016-05-05 Thread dhutchis
Repository: accumulo Updated Branches: refs/heads/1.8 c044127a9 -> 9aac9c0f0 ACCUMULO-4229 Add breaking test to reproduce sync problem Add two tests in BatchWriterInTabletServerIT. The first passes and establishes a baseline. The second fails, proving the issue. I added an extra iterator and

accumulo git commit: ACCUMULO-4299 Switch to Java 8

2016-05-05 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/master c044127a9 -> a40733374 ACCUMULO-4299 Switch to Java 8 Bump version to 2.0.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/a4073337 Tree:

[1/3] accumulo git commit: ACCUMULO-4298: Add env variables to make NUMA configurable

2016-05-05 Thread ctubbsii
Repository: accumulo Updated Branches: refs/heads/1.8 ce7c1fa5d -> c044127a9 ACCUMULO-4298: Add env variables to make NUMA configurable Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f71f2933 Tree:

[3/3] accumulo git commit: Merge branch '1.7'

2016-05-05 Thread ctubbsii
Merge branch '1.7' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c044127a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c044127a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c044127a

[2/3] accumulo git commit: Merge branch '1.6' into 1.7

2016-05-05 Thread ctubbsii
Merge branch '1.6' into 1.7 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/160e2c79 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/160e2c79 Diff:

[1/2] accumulo git commit: ACCUMULO-4298: Add env variables to make NUMA configurable

2016-05-05 Thread dlmarion
Repository: accumulo Updated Branches: refs/heads/1.7 523e7905f -> 160e2c796 ACCUMULO-4298: Add env variables to make NUMA configurable Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f71f2933 Tree:

[2/2] accumulo git commit: Merge branch '1.6' into 1.7

2016-05-05 Thread dlmarion
Merge branch '1.6' into 1.7 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/160e2c79 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/160e2c79 Diff:

[3/3] accumulo git commit: Merge branch '1.7'

2016-05-05 Thread dlmarion
Merge branch '1.7' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c044127a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c044127a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c044127a

[1/3] accumulo git commit: ACCUMULO-4298: Add env variables to make NUMA configurable

2016-05-05 Thread dlmarion
Repository: accumulo Updated Branches: refs/heads/master ce7c1fa5d -> c044127a9 ACCUMULO-4298: Add env variables to make NUMA configurable Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f71f2933 Tree:

[2/3] accumulo git commit: Merge branch '1.6' into 1.7

2016-05-05 Thread dlmarion
Merge branch '1.6' into 1.7 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/160e2c79 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/160e2c79 Diff:

accumulo git commit: ACCUMULO-4298: Add env variables to make NUMA configurable

2016-05-05 Thread dlmarion
Repository: accumulo Updated Branches: refs/heads/1.6 397de589e -> f71f29338 ACCUMULO-4298: Add env variables to make NUMA configurable Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f71f2933 Tree:

[accumulo] Git Push Summary

2016-05-05 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.8 [created] ce7c1fa5d