[4/4] git commit: ACCUMULO-378 Set a more realistic maximum size on the distributed work queue for work assignment.

2014-05-28 Thread elserj
ACCUMULO-378 Set a more realistic maximum size on the distributed work queue for work assignment. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1f0ee9c5 Tree:

[2/4] git commit: ACCUMULO-378 Removing experimental annotation.

2014-05-28 Thread elserj
ACCUMULO-378 Removing experimental annotation. In talking to [~ctubbsii] on the subject, he stated that the intent of Experimental was for features that are incomplete or not expected to fully work. Replication is not one of those features (it is tested and expected to work with known

[1/4] git commit: ACCUMULO-378 Jenkins fix -- retry if we get a security exception because the grant on the replication table didn't happen yet

2014-05-28 Thread elserj
Repository: accumulo Updated Branches: refs/heads/ACCUMULO-378 070ceb1da - 1f0ee9c50 ACCUMULO-378 Jenkins fix -- retry if we get a security exception because the grant on the replication table didn't happen yet Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit:

[26/32] git commit: Merge branch '1.5.2-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.2-SNAPSHOT

2014-05-28 Thread elserj
Merge branch '1.5.2-SNAPSHOT' of https://git-wip-us.apache.org/repos/asf/accumulo into 1.5.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cff4c2d1 Tree:

[30/32] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

2014-05-28 Thread elserj
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7c17eb16 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7c17eb16 Diff:

[11/32] git commit: ACCUMULO-2842 Mention hflush as an alternative configuration for the property

2014-05-28 Thread elserj
ACCUMULO-2842 Mention hflush as an alternative configuration for the property Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2526f0a2 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2526f0a2 Diff:

[24/32] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

2014-05-28 Thread elserj
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT Conflicts: server/monitor/src/main/java/org/apache/accumulo/monitor/servlets/ShellServlet.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/eb6b3253 Tree:

[16/32] git commit: Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

2014-05-28 Thread elserj
Merge branch '1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/conf/Property.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/480634fe Tree:

[05/32] git commit: ACCUMULO-2789 Add stress test with variable cell sizes

2014-05-28 Thread elserj
ACCUMULO-2789 Add stress test with variable cell sizes Added a test that users can run to stress their instances. They can supply variable cell sizes (currently row, column family and column qualifier are supported), and the write clients will generate random data within those size constraints.

[25/32] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge branch '1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d37f05f6 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d37f05f6 Diff:

[07/32] git commit: Merge remote-tracking branch 'origin/1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge remote-tracking branch 'origin/1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0164991f Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0164991f Diff:

[31/32] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge branch '1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0712ec97 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0712ec97 Diff:

[17/32] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge branch '1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f4611077 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f4611077 Diff:

[27/32] git commit: ACCUMULO-2836: Added context classpath support to BloomFilter, AggregatingIterator, and TableLoadBalancer

2014-05-28 Thread elserj
ACCUMULO-2836: Added context classpath support to BloomFilter, AggregatingIterator, and TableLoadBalancer Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c9c3fdd4 Tree:

[18/32] git commit: ACCUMULO-2789 Fix error handling max column qualifier length. It was using the values for the column family size.

2014-05-28 Thread elserj
ACCUMULO-2789 Fix error handling max column qualifier length. It was using the values for the column family size. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6970d73e Tree:

[12/32] git commit: ACCUMULO-2840 disable audit logging in mini

2014-05-28 Thread elserj
ACCUMULO-2840 disable audit logging in mini Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ff3ad736 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ff3ad736 Diff:

[06/32] git commit: Merge remote-tracking branch 'origin/1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT

2014-05-28 Thread elserj
Merge remote-tracking branch 'origin/1.5.2-SNAPSHOT' into 1.6.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/adaf1469 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/adaf1469 Diff:

[32/32] git commit: Merge remote-tracking branch 'origin/master' into ACCUMULO-378

2014-05-28 Thread elserj
Merge remote-tracking branch 'origin/master' into ACCUMULO-378 Conflicts: core/src/main/java/org/apache/accumulo/core/conf/Property.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/58fbf143 Tree:

[22/32] git commit: Merge remote-tracking branch 'origin/1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge remote-tracking branch 'origin/1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9f357e66 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9f357e66 Diff:

[14/32] git commit: ACCUMULO-2838 use resolved props

2014-05-28 Thread elserj
ACCUMULO-2838 use resolved props Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/850f4bc0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/850f4bc0 Diff:

[29/32] git commit: ACCUMULO-2578: Throw exception when offset is non-zero.

2014-05-28 Thread elserj
ACCUMULO-2578: Throw exception when offset is non-zero. Signed-off-by: Josh Elser els...@apache.org Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9fbc24ab Tree:

[15/32] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge branch '1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3411023a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3411023a Diff:

[08/32] git commit: ACCUMULO-2842 Allow configuration of FSDataOutputStream method used to sync WALs.

2014-05-28 Thread elserj
ACCUMULO-2842 Allow configuration of FSDataOutputStream method used to sync WALs. A critical piece of the bigtable design is using write-ahead logs to ensure recovery after node failure. The append only file structure is meant to provide a durable log of events so that the correct state can be

[28/32] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge branch '1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d6b1e9a9 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d6b1e9a9 Diff:

[03/32] git commit: ACCUMULO-2831: Reset the classloader on the Hadoop Configuration objects that were created before the VFS ClassLoader was created.

2014-05-28 Thread elserj
ACCUMULO-2831: Reset the classloader on the Hadoop Configuration objects that were created before the VFS ClassLoader was created. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/db1b63c4 Tree:

[10/32] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge branch '1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/20a466be Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/20a466be Diff:

[04/32] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-28 Thread elserj
Merge branch '1.6.1-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/58e7665a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/58e7665a Diff:

[1/3] git commit: ACCUMULO-378 Allow for dynamic reconfiguration of the WorkAssigner impl

2014-05-28 Thread elserj
Repository: accumulo Updated Branches: refs/heads/ACCUMULO-378 58fbf1438 - 49fc9855f ACCUMULO-378 Allow for dynamic reconfiguration of the WorkAssigner impl Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/db10cfe2

[2/3] git commit: ACCUMULO-378 Resize the threadpool used for sending data by checking the configuration periodically

2014-05-28 Thread elserj
ACCUMULO-378 Resize the threadpool used for sending data by checking the configuration periodically Use the SimpleTimer to just schedule a check of the configuration to see what the value is for the maximum size of the threadpool which is used with the DistributedWorkQueue and

[3/3] git commit: ACCUMULO-378 Can't use '_' as the row separator for Order records.

2014-05-28 Thread elserj
ACCUMULO-378 Can't use '_' as the row separator for Order records. The ULongLexicoder *might* create bytes that actually equal the '_', which will mess up the splitting logic of the row key. Switch it to a \x00 instead and find the last instance of it. Project:

git commit: ACCUMULO-2847 Add some basic documentation to the user manual for replication

2014-05-28 Thread elserj
Repository: accumulo Updated Branches: refs/heads/ACCUMULO-378 49fc9855f - 3ddefc641 ACCUMULO-2847 Add some basic documentation to the user manual for replication Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: