[1/5] accumulo git commit: ACCUMULO-3351 Try to reset the writer if we don't have one but the table exists.

2014-11-20 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 d470f056b -> 0934298e0 refs/heads/master 4062b3436 -> 9e2867d46 ACCUMULO-3351 Try to reset the writer if we don't have one but the table exists. We have to avoid the case where we spin indefinitely trying to process traces (but cannot bec

[2/5] accumulo git commit: ACCUMULO-3351 Try to reset the writer if we don't have one but the table exists.

2014-11-20 Thread elserj
ACCUMULO-3351 Try to reset the writer if we don't have one but the table exists. We have to avoid the case where we spin indefinitely trying to process traces (but cannot because we don't have a writer). If we don't have a writer, but the trace table exists, try to get a new writer. Project: htt

[5/5] accumulo git commit: Merge branch '1.6'

2014-11-20 Thread elserj
Merge branch '1.6' Conflicts: server/tracer/src/main/java/org/apache/accumulo/tracer/TraceDump.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9e2867d4 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/

[3/5] accumulo git commit: ACCUMULO-3355 Catch the case when we find no traces and quit early.

2014-11-20 Thread elserj
ACCUMULO-3355 Catch the case when we find no traces and quit early. If we don't quit early, we end up creating this absurd date and sending it back to the user. Also fixed two tests that were unnecessarily nuking the entire trace table. The Scanner they create is bounded for their trace session; t

[4/5] accumulo git commit: ACCUMULO-3355 Catch the case when we find no traces and quit early.

2014-11-20 Thread elserj
ACCUMULO-3355 Catch the case when we find no traces and quit early. If we don't quit early, we end up creating this absurd date and sending it back to the user. Also fixed two tests that were unnecessarily nuking the entire trace table. The Scanner they create is bounded for their trace session; t

[2/3] accumulo git commit: ACCUMULO-3347 Log a message when a sesion is torn down due to it being idle or not accessed.

2014-11-20 Thread elserj
ACCUMULO-3347 Log a message when a sesion is torn down due to it being idle or not accessed. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/d470f056 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/d470f056 D

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

2014-11-20 Thread elserj
Merge branch '1.6' Conflicts: server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/4062b343 Tree: http://git-wip-us.apache.org/repos/asf/acc

[1/3] accumulo git commit: ACCUMULO-3347 Log a message when a sesion is torn down due to it being idle or not accessed.

2014-11-20 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 7f8ef553d -> d470f056b refs/heads/master e7d0397cf -> 4062b3436 ACCUMULO-3347 Log a message when a sesion is torn down due to it being idle or not accessed. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://gi

[2/3] accumulo git commit: ACCUMULO-3341 Make deletetable remove any tables in the accumulo namespace before attempting deletion.

2014-11-20 Thread elserj
ACCUMULO-3341 Make deletetable remove any tables in the accumulo namespace before attempting deletion. Also fixed the test package from 'command' to 'commands'. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7f8ef553

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

2014-11-20 Thread elserj
Merge branch '1.6' Conflicts: core/src/test/java/org/apache/accumulo/core/util/shell/command/FormatterCommandTest.java core/src/test/java/org/apache/accumulo/core/util/shell/command/HistoryCommandTest.java core/src/test/java/org/apache/accumulo/core/util/shell/commands/F

[1/3] accumulo git commit: ACCUMULO-3341 Make deletetable remove any tables in the accumulo namespace before attempting deletion.

2014-11-20 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 7ccae952c -> 7f8ef553d refs/heads/master c51d424b9 -> e7d0397cf ACCUMULO-3341 Make deletetable remove any tables in the accumulo namespace before attempting deletion. Also fixed the test package from 'command' to 'commands'. Project: h