[30/50] [abbrv] ACCUMULO-2583 First stab at setting up the actual wire transfer to the replication peer

2014-05-15 Thread elserj
http://git-wip-us.apache.org/repos/asf/accumulo/blob/baa7a4f7/core/src/main/java/org/apache/accumulo/core/replication/thrift/ReplicationCoordinator.java -- diff --git a/core/src/main/java/org/apache/accumulo/core/replication/thrif

[44/50] [abbrv] git commit: ACCUMULO-2575 Also check metadata table to account for status updates that haven't made it to replication table yet

2014-05-15 Thread elserj
ACCUMULO-2575 Also check metadata table to account for status updates that haven't made it to replication table yet Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2372c71d Tree: http://git-wip-us.apache.org/repos/asf/a

[11/50] [abbrv] git commit: ACCUMULO-378 Stabilize the test some more.

2014-05-15 Thread elserj
ACCUMULO-378 Stabilize the test some more. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/274c185a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/274c185a Diff: http://git-wip-us.apache.org/repos/asf/accumul

[45/50] [abbrv] git commit: ACCUMULO-378 Add some javadoc for the general key structure of each table

2014-05-15 Thread elserj
ACCUMULO-378 Add some javadoc for the general key structure of each table Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b18e0eeb Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b18e0eeb Diff: http://git-wip-

[04/50] [abbrv] git commit: ACCUMULO-2765 Convert FrameworkTest to junit4

2014-05-15 Thread elserj
ACCUMULO-2765 Convert FrameworkTest to junit4 Use JUnit 4 To enable new features Don't catch exceptions Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1c38957c Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree

svn commit: r908335 - in /websites/staging/accumulo/trunk/content: ./ downloads/index.html

2014-05-15 Thread buildbot
Author: buildbot Date: Wed May 7 20:18:33 2014 New Revision: 908335 Log: Staging update by buildbot for accumulo Modified: websites/staging/accumulo/trunk/content/ (props changed) websites/staging/accumulo/trunk/content/downloads/index.html Propchange: websites/staging/accumulo/trunk/

[16/50] [abbrv] git commit: ACCUMULO-378 Fix test failure on permission propagation from jenkins

2014-05-15 Thread elserj
ACCUMULO-378 Fix test failure on permission propagation from jenkins Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/f4f7c948 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/f4f7c948 Diff: http://git-wip-us.ap

[08/50] [abbrv] git commit: ACCUMULO-2581 Initial impl to use DistributedWorkQueue to assign replication work.

2014-05-15 Thread elserj
ACCUMULO-2581 Initial impl to use DistributedWorkQueue to assign replication work. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/31f4e83b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/31f4e83b Diff: http:

[09/50] [abbrv] git commit: ACCUMULO-2581 Add tests for work assignment using the distributed work queue

2014-05-15 Thread elserj
ACCUMULO-2581 Add tests for work assignment using the distributed work queue Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cc9a72ac Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/cc9a72ac Diff: http://git-w

[34/50] [abbrv] git commit: Merge branch '1.6.1-SNAPSHOT'

2014-05-15 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/4ba7d3d1 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4ba7d3d1 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4ba7d3

svn commit: r908320 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ 1.6/apidocs/

2014-05-15 Thread billie
Author: billie Date: Wed May 7 17:14:28 2014 New Revision: 908320 Log: Publishing svnmucc operation to accumulo site by billie Added: websites/production/accumulo/content/ - copied from r908319, websites/staging/accumulo/trunk/content/ websites/production/accumulo/content/1.4/apido

svn commit: r908336 - in /websites/production/accumulo/content: ./ 1.4/apidocs/ 1.5/apidocs/ 1.6/apidocs/

2014-05-15 Thread ctubbsii
Author: ctubbsii Date: Wed May 7 20:18:35 2014 New Revision: 908336 Log: Publishing svnmucc operation to accumulo site by ctubbsii Added: websites/production/accumulo/content/ - copied from r908334, websites/staging/accumulo/trunk/content/ websites/production/accumulo/content/1.4/a

[01/50] [abbrv] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-05-15 Thread elserj
Repository: accumulo Updated Branches: refs/heads/ACCUMULO-378 5fd07ec03 -> f2c0c16db Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/43a44ba8 Tree: http://git-wip-us.apache.org/repos/as

[41/50] [abbrv] ACCUMULO-2573 ACCUMULO-2583 Initial stub test to see WAL get transmitted to the peer.

2014-05-15 Thread elserj
http://git-wip-us.apache.org/repos/asf/accumulo/blob/3579b674/test/src/test/java/org/apache/accumulo/test/replication/ReplicationIT.java -- diff --git a/test/src/test/java/org/apache/accumulo/test/replication/ReplicationIT.java b

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

2014-05-15 Thread bhavanki
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/4ba7d3d1 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/4ba7d3d1 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/4ba7d3

[36/50] [abbrv] ACCUMULO-1327 converted latex manual to asciidoc

2014-05-15 Thread elserj
http://git-wip-us.apache.org/repos/asf/accumulo/blob/900d6abb/docs/src/main/latex/accumulo_user_manual/chapters/table_design.tex -- diff --git a/docs/src/main/latex/accumulo_user_manual/chapters/table_design.tex b/docs/src/main/la

svn commit: r1593040 - /accumulo/site/trunk/content/release_notes/1.6.0.mdtext

2014-05-15 Thread kturner
Author: kturner Date: Wed May 7 15:29:13 2014 New Revision: 1593040 URL: http://svn.apache.org/r1593040 Log: ACCUMULO-2396 added 1042, 1650, and 1706 to release notes Modified: accumulo/site/trunk/content/release_notes/1.6.0.mdtext Modified: accumulo/site/trunk/content/release_notes/1.6.0.m

[4/6] git commit: ACCUMULO-2770 Add utility to read local WAL

2014-05-15 Thread mdrob
ACCUMULO-2770 Add utility to read local WAL Forward port the upgrade code from 1.5.x into a separate utility so that a user can still read local WALs if they happen to be around. Recreate LogFile{Key,Value} in their old packages so that we can still read the old sequence files that have embedded

[46/50] [abbrv] git commit: ACCUMULO-378 Tune down some aggressive logging

2014-05-15 Thread elserj
ACCUMULO-378 Tune down some aggressive logging Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/440d7fcd Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/440d7fcd Diff: http://git-wip-us.apache.org/repos/asf/acc

[22/50] [abbrv] git commit: ACCUMULO-2343 Add AsyncSocketAppender

2014-05-15 Thread elserj
ACCUMULO-2343 Add AsyncSocketAppender AsyncSocketAppender is a Log4J AsyncAppender with its own internal SocketAppender. Configuration for either appender can be set on the AsyncSocketAppender itself. An AsyncSocketAppender can be configured using a Log4J properties file, while an ordinary Asyn

[1/3] git commit: ACCUMULO-2212 Add ZooReaderWriterFactory

2014-05-15 Thread bhavanki
Repository: accumulo Updated Branches: refs/heads/1.6.1-SNAPSHOT cdcc1d4d4 -> 484491d21 refs/heads/master ab4535459 -> 4ba7d3d19 ACCUMULO-2212 Add ZooReaderWriterFactory The o.a.a.server.zookeeper.ZooReaderWriter class is mostly copied into a new ZooReaderWriterFactory class. Users of the fa

[05/50] [abbrv] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-05-15 Thread elserj
Merge branch '1.6.0-SNAPSHOT' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1dae0298 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1dae0298 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1dae02