[02/23] git commit: ACCUMULO-2213 Make writer recovery in the Tracer more robust.

2014-01-22 Thread busbey
ACCUMULO-2213 Make writer recovery in the Tracer more robust. * Cleans up writer reseting in the TraceServer, avoids overly broad catching. * tones down log levels in TraceServer to WARN because trace information is transient and we retry everything. Project: http://git-wip-us.apache.o

[12/23] git commit: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread busbey
ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure. Looks for cases where we treat IOExceptions out of Hadoop specially, then attempts to replicate for UnknownHostExceptions that have been wrapped in IllegalArgumentExceptions. Project: http://git-wip-us.apache.o

[10/23] git commit: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread busbey
ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure. Looks for cases where we treat IOExceptions out of Hadoop specially, then attempts to replicate for UnknownHostExceptions that have been wrapped in IllegalArgumentExceptions. Project: http://git-wip-us.apache.o

[11/23] git commit: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread busbey
ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure. Looks for cases where we treat IOExceptions out of Hadoop specially, then attempts to replicate for UnknownHostExceptions that have been wrapped in IllegalArgumentExceptions. Project: http://git-wip-us.apache.o

[04/23] git commit: ACCUMULO-2213 Make writer recovery in the Tracer more robust.

2014-01-22 Thread busbey
ACCUMULO-2213 Make writer recovery in the Tracer more robust. * Cleans up writer reseting in the TraceServer, avoids overly broad catching. * tones down log levels in TraceServer to WARN because trace information is transient and we retry everything. Project: http://git-wip-us.apache.o

[23/23] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-01-22 Thread busbey
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/353badb0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/353badb0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/353bad

[06/23] git commit: ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues.

2014-01-22 Thread busbey
ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues. * retries if host is not found, up to 2xZK timeout (same as other IOExceptions), rather than bailing on any host name problem. * adds utility method for getting the max time the JVM will cache host failures * add t

[09/23] git commit: ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure.

2014-01-22 Thread busbey
ACCUMULO-2225 handle IllegalArgumentExceptions from Hadoop on host lookup failure. Looks for cases where we treat IOExceptions out of Hadoop specially, then attempts to replicate for UnknownHostExceptions that have been wrapped in IllegalArgumentExceptions. Project: http://git-wip-us.apache.o

[13/23] Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/accumulo/blob/c4cd3b1b/server/src/main/java/org/apache/accumulo/server/trace/TraceServer.java -- diff --cc server/src/main/java/org/apache/accumulo/server/trace/TraceServer.java index 0777d03,

[19/23] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/accumulo/blob/e7e5c009/server/tserver/src/main/java/org/apache/accumulo/tserver/Compactor.java -- diff --cc server/tserver/src/main/java/org/apache/accumulo/tserver/Compactor.java index 0843c

[05/23] git commit: ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues.

2014-01-22 Thread busbey
ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues. * retries if host is not found, up to 2xZK timeout (same as other IOExceptions), rather than bailing on any host name problem. * adds utility method for getting the max time the JVM will cache host failures * add t

[17/23] Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/accumulo/blob/c4cd3b1b/server/src/main/java/org/apache/accumulo/server/trace/TraceServer.java -- diff --cc server/src/main/java/org/apache/accumulo/server/trace/TraceServer.java index 0777d03,

[21/23] Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/accumulo/blob/e7e5c009/server/tserver/src/main/java/org/apache/accumulo/tserver/Compactor.java -- diff --cc server/tserver/src/main/java/org/apache/accumulo/tserver/Compactor.java index 0843c

[07/23] git commit: ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues.

2014-01-22 Thread busbey
ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues. * retries if host is not found, up to 2xZK timeout (same as other IOExceptions), rather than bailing on any host name problem. * adds utility method for getting the max time the JVM will cache host failures * add t

[15/23] Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread busbey
http://git-wip-us.apache.org/repos/asf/accumulo/blob/c4cd3b1b/server/src/main/java/org/apache/accumulo/server/trace/TraceServer.java -- diff --cc server/src/main/java/org/apache/accumulo/server/trace/TraceServer.java index 0777d03,

[08/23] git commit: ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues.

2014-01-22 Thread busbey
ACCUMULO-2224 Make ZooSession more resiliant in the face of transient DNS issues. * retries if host is not found, up to 2xZK timeout (same as other IOExceptions), rather than bailing on any host name problem. * adds utility method for getting the max time the JVM will cache host failures * add t

[01/23] git commit: ACCUMULO-2213 Make writer recovery in the Tracer more robust.

2014-01-22 Thread busbey
Updated Branches: refs/heads/1.4.5-SNAPSHOT 57f9b6cfd -> f778dcf50 refs/heads/1.5.1-SNAPSHOT 707e74e05 -> c4cd3b1bc refs/heads/1.6.0-SNAPSHOT b353a24e1 -> e7e5c0097 refs/heads/master bfe39f611 -> 353badb05 ACCUMULO-2213 Make writer recovery in the Tracer more robust. * Cleans up writ

[03/23] git commit: ACCUMULO-2213 Make writer recovery in the Tracer more robust.

2014-01-22 Thread busbey
ACCUMULO-2213 Make writer recovery in the Tracer more robust. * Cleans up writer reseting in the TraceServer, avoids overly broad catching. * tones down log levels in TraceServer to WARN because trace information is transient and we retry everything. Project: http://git-wip-us.apache.o

[4/6] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread elserj
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/util/shell/commands/DUCommand.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b353a24e Tree: http://

[2/6] git commit: ACCUMULO-2235 Make the du shell command successful when not in a table context.

2014-01-22 Thread elserj
ACCUMULO-2235 Make the du shell command successful when not in a table context. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/707e74e0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/707e74e0 Diff: http://gi

[3/6] git commit: ACCUMULO-2235 Make the du shell command successful when not in a table context.

2014-01-22 Thread elserj
ACCUMULO-2235 Make the du shell command successful when not in a table context. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/707e74e0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/707e74e0 Diff: http://gi

[5/6] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread elserj
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/util/shell/commands/DUCommand.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b353a24e Tree: http://

[1/6] git commit: ACCUMULO-2235 Make the du shell command successful when not in a table context.

2014-01-22 Thread elserj
Updated Branches: refs/heads/1.5.1-SNAPSHOT 7bef40489 -> 707e74e05 refs/heads/1.6.0-SNAPSHOT 2e6581769 -> b353a24e1 refs/heads/master 996fe113c -> bfe39f611 ACCUMULO-2235 Make the du shell command successful when not in a table context. Project: http://git-wip-us.apache.org/repos/asf/accu

[6/6] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-01-22 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/bfe39f61 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bfe39f61 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/bfe39f

[02/10] git commit: ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by concrete Instance.

2014-01-22 Thread elserj
ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by concrete Instance. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/57f9b6cf Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/57

[03/10] git commit: ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by concrete Instance.

2014-01-22 Thread elserj
ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by concrete Instance. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/57f9b6cf Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/57

[06/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread elserj
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.java src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java test/src/main/java/org/apache/accumulo/tes

[05/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread elserj
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.java src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java test/src/main/java/org/apache/accumulo/tes

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

2014-01-22 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/996fe113 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/996fe113 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/996fe1

[08/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread elserj
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.java core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.java Project: http://git-wip-us.apache.org/repos

[04/10] git commit: ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by concrete Instance.

2014-01-22 Thread elserj
ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by concrete Instance. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/57f9b6cf Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/57

[01/10] git commit: ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by concrete Instance.

2014-01-22 Thread elserj
Updated Branches: refs/heads/1.4.5-SNAPSHOT 06f80305e -> 57f9b6cfd refs/heads/1.5.1-SNAPSHOT bd67c465f -> 7bef40489 refs/heads/1.6.0-SNAPSHOT b642d1be7 -> 2e6581769 refs/heads/master 680433bec -> 996fe113c ACCUMULO-2234 Provide accumulo-site.xml to Mapper classpath and ensure is used by

[07/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread elserj
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.java src/core/src/main/java/org/apache/accumulo/core/client/mapreduce/InputFormatBase.java test/src/main/java/org/apache/accumulo/tes

[09/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread elserj
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapreduce/RangeInputSplit.java core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/ConfiguratorBase.java Project: http://git-wip-us.apache.org/repos

git commit: ACCUMULO-2136 Move Thread.start out of Fate's constructor

2014-01-22 Thread mdrob
Updated Branches: refs/heads/master 31b68c40f -> 680433bec ACCUMULO-2136 Move Thread.start out of Fate's constructor Signed-off-by: Mike Drob Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/680433be Tree: http://gi

[07/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread bhavanki
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/bd67c465 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bd67c465 Diff: http://git-wip-us.apache.org/repos/asf/

[02/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

2014-01-22 Thread bhavanki
ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning Hadoop 2.1.0 includes better retry / failover handling than prior versions. This commit adds a warning to the randomwalk README advising testers to expect more failures exercising HA under Hadoop versions before 2.1.0. Projec

[06/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread bhavanki
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/bd67c465 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bd67c465 Diff: http://git-wip-us.apache.org/repos/asf/

[09/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread bhavanki
Merge branch '1.5.1-SNAPSHOT' into 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/b642d1be Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b642d1be Diff: http://git-wip-us.apache.org/repos/asf/

[08/10] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread bhavanki
Merge branch '1.5.1-SNAPSHOT' into 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/b642d1be Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b642d1be Diff: http://git-wip-us.apache.org/repos/asf/

[01/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

2014-01-22 Thread bhavanki
Updated Branches: refs/heads/1.4.5-SNAPSHOT e887f376a -> 06f80305e refs/heads/1.5.1-SNAPSHOT 13eb19c2b -> bd67c465f refs/heads/1.6.0-SNAPSHOT 99ebfc7fc -> b642d1be7 refs/heads/master 5b4ec3343 -> 31b68c40f ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning Hadoop 2.1.

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

2014-01-22 Thread bhavanki
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/31b68c40 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/31b68c40 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/31b68c

[04/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

2014-01-22 Thread bhavanki
ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning Hadoop 2.1.0 includes better retry / failover handling than prior versions. This commit adds a warning to the randomwalk README advising testers to expect more failures exercising HA under Hadoop versions before 2.1.0. Projec

[05/10] git commit: Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT

2014-01-22 Thread bhavanki
Merge branch '1.4.5-SNAPSHOT' into 1.5.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/bd67c465 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bd67c465 Diff: http://git-wip-us.apache.org/repos/asf/

[03/10] git commit: ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning

2014-01-22 Thread bhavanki
ACCUMULO-2227 / ACCUMULO-2228 Update randomwalk README with HA warning Hadoop 2.1.0 includes better retry / failover handling than prior versions. This commit adds a warning to the randomwalk README advising testers to expect more failures exercising HA under Hadoop versions before 2.1.0. Projec

[2/3] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread ecn
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/99ebfc7f

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

2014-01-22 Thread ecn
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/5b4ec334 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5b4ec334 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5b4ec3

[1/3] git commit: ACCUMULO-1661 Handle empty column family correctly for AccumuloInputFormat

2014-01-22 Thread ecn
Updated Branches: refs/heads/master 04f485478 -> 5b4ec3343 ACCUMULO-1661 Handle empty column family correctly for AccumuloInputFormat Signed-off-by: Eric Newton Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/13eb1

[1/2] git commit: ACCUMULO-1661 Handle empty column family correctly for AccumuloInputFormat

2014-01-22 Thread ecn
Updated Branches: refs/heads/1.6.0-SNAPSHOT 383bf6dd3 -> 99ebfc7fc ACCUMULO-1661 Handle empty column family correctly for AccumuloInputFormat Signed-off-by: Eric Newton Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/comm

[2/2] git commit: Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT

2014-01-22 Thread ecn
Merge branch '1.5.1-SNAPSHOT' into 1.6.0-SNAPSHOT Conflicts: core/src/main/java/org/apache/accumulo/core/client/mapreduce/lib/util/InputConfigurator.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/99ebfc7f

git commit: ACCUMULO-1661 Handle empty column family correctly for AccumuloInputFormat

2014-01-22 Thread ecn
Updated Branches: refs/heads/1.5.1-SNAPSHOT a43848849 -> 13eb19c2b ACCUMULO-1661 Handle empty column family correctly for AccumuloInputFormat Signed-off-by: Eric Newton Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/comm

[1/2] git commit: ACCUMULO-2237 eliminate warning

2014-01-22 Thread ecn
Updated Branches: refs/heads/master 7b6834dff -> 04f485478 ACCUMULO-2237 eliminate warning Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/383bf6dd Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/383bf6dd

[2/2] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-01-22 Thread ecn
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/04f48547 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/04f48547 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/04f485

git commit: ACCUMULO-2237 eliminate warning

2014-01-22 Thread ecn
Updated Branches: refs/heads/1.6.0-SNAPSHOT e57795cc2 -> 383bf6dd3 ACCUMULO-2237 eliminate warning Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/383bf6dd Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/3

[2/2] git commit: Merge branch '1.6.0-SNAPSHOT'

2014-01-22 Thread ecn
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/7b6834df Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7b6834df Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7b6834

git commit: ACCUMULO-2206 remove the LogEntry properly when no mutations are applied to a tablet

2014-01-22 Thread ecn
Updated Branches: refs/heads/1.6.0-SNAPSHOT 3931cceb1 -> e57795cc2 ACCUMULO-2206 remove the LogEntry properly when no mutations are applied to a tablet Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e57795cc Tree:

[1/2] git commit: ACCUMULO-2206 remove the LogEntry properly when no mutations are applied to a tablet

2014-01-22 Thread ecn
Updated Branches: refs/heads/master 66cccbe48 -> 7b6834dff ACCUMULO-2206 remove the LogEntry properly when no mutations are applied to a tablet Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e57795cc Tree: http://g