[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: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1f0ee

[3/4] git commit: ACCUMULO-378 Try to reduce the spam in the logs when the peer is unavailable.

2014-05-28 Thread elserj
ACCUMULO-378 Try to reduce the spam in the logs when the peer is unavailable. Increase the sleep time at a linear scale when we fail to talk to the replication coordinator. Eventually, bail out completely and let the replication process take over again. Project: http://git-wip-us.apache.org/rep

[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 functiona

[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: http://git

[19/32] git commit: ACCUMULO-2789 Added parameter to control the number of cells within a row

2014-05-28 Thread elserj
ACCUMULO-2789 Added parameter to control the number of cells within a row When running the stress test, it is now possible to configure the writer to send mutations for rows that contain a random amount of column updates. This is controlled via the --min-row-width, --max-row-width and --row-width-

[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: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c

[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: http://git-wip-us.apache.org/repos/asf/

[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: http://git-

[21/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/eb7aac30 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/eb7aac30 Diff: http://git-wip-u

[09/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 server/tserver/src/main/java/org/apache/accumulo/tserver/log/DfsLogger.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://gi

[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: ht

[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: http://git-wip-us.apache

[02/32] git commit: ACCUMULO-2830 Configure log4j on proper Shell audit logger name

2014-05-28 Thread elserj
ACCUMULO-2830 Configure log4j on proper Shell audit logger name Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f985d3c3 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f985d3c3 Diff: http://git-wip-us.apache.

[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. Us

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d37f05

[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: http://git-wip-us.apache.org/repos/a

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/0712ec

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/f46110

[13/32] git commit: ACCUMULO-2839 only audit if logging is enabled

2014-05-28 Thread elserj
ACCUMULO-2839 only audit if logging is enabled Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b2dd64d3 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b2dd64d3 Diff: http://git-wip-us.apache.org/repos/asf/acc

[20/32] git commit: ACCUMULO-2789 Added missing license header to new class.

2014-05-28 Thread elserj
ACCUMULO-2789 Added missing license header to new class. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/0d4f4b15 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/0d4f4b15 Diff: http://git-wip-us.apache.org/rep

[01/32] git commit: ACCUMULO-2829 Add accumulo-mapreduce.jar to libjars in tool.sh

2014-05-28 Thread elserj
Repository: accumulo Updated Branches: refs/heads/ACCUMULO-378 1f0ee9c50 -> 58fbf1438 ACCUMULO-2829 Add accumulo-mapreduce.jar to libjars in tool.sh Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6fbd35d9 Tree: http

[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: http://git-wip-us.apache.org/repos/asf/accumulo/tr

[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: http://git-wip-us.apache.org/repos/asf/acc

[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: http://git-wip-us.apache.org/repos/asf/accumu

[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: http://git-wip-u

[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: http://git-

[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: http://git-wip-us.apache.org/repos/a

[23/32] git commit: ACCUMULO-2785 Create a random string in the session, and provide it in requests to mitigate CSRF.

2014-05-28 Thread elserj
ACCUMULO-2785 Create a random string in the session, and provide it in requests to mitigate CSRF. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5d4cf3b4 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5d4cf

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/850

[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 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9fbc24ab Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9fbc24ab Diff: http:

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/341102

[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 re

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/d6b1e9

[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: http://git-wip-us.apache.

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/20a466

[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: http://git-wip-us.apache.org/repos/asf/accumulo/diff/58e766

[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 T

[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 ReplicationProcesso

[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: http://git-wip-us.apache.org/repos

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: http://git-wip-us.apache.org/repos/asf/accumulo/commit/3dde