[1/3] accumulo git commit: ACCUMULO-3312 Fix incorrect path generation during clone table.

2014-11-06 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 c85bf4f7d -> fa978b0c3 refs/heads/master cc48e37dd -> b5d7b9485 ACCUMULO-3312 Fix incorrect path generation during clone table. Expanded some ITs to actually cover this in the future. Project: http://git-wip-us.apache.org/repos/asf/accu

[2/3] accumulo git commit: ACCUMULO-3312 Fix incorrect path generation during clone table.

2014-11-06 Thread elserj
ACCUMULO-3312 Fix incorrect path generation during clone table. Expanded some ITs to actually cover this in the future. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fa978b0c Tree: http://git-wip-us.apache.org/repos/a

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

2014-11-06 Thread elserj
Merge branch '1.6' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/b5d7b948 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/b5d7b948 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/b5d7b948 Branch:

accumulo git commit: ACCUMULO-3297 allow metadata table reads even if all files have been allocated

2014-11-06 Thread ecn
Repository: accumulo Updated Branches: refs/heads/1.6 cb262120e -> c85bf4f7d ACCUMULO-3297 allow metadata table reads even if all files have been allocated Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c85bf4f7 Tre

[1/2] accumulo git commit: ACCUMULO-3297 allow metadata table reads even if all files have been allocated

2014-11-06 Thread ecn
Repository: accumulo Updated Branches: refs/heads/master ce37a675f -> cc48e37dd ACCUMULO-3297 allow metadata table reads even if all files have been allocated Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c85bf4f7

[2/2] accumulo git commit: ACCUMULO-3297 merge 1.6 to master

2014-11-06 Thread ecn
ACCUMULO-3297 merge 1.6 to master Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cc48e37d Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/cc48e37d Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/cc

[1/3] git commit: ACCUMULO-3305 Use stopProcessWithTimeout instead of directly using Process API

2014-11-06 Thread elserj
Repository: accumulo Updated Branches: refs/heads/1.6 b7b55eb64 -> cb262120e refs/heads/master 2f9340932 -> ce37a675f ACCUMULO-3305 Use stopProcessWithTimeout instead of directly using Process API We don't know if the start of a Process might be delayed, and, if we call destroy before this h

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

2014-11-06 Thread elserj
Merge branch '1.6' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ce37a675 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ce37a675 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ce37a675 Branch:

[2/3] git commit: ACCUMULO-3305 Use stopProcessWithTimeout instead of directly using Process API

2014-11-06 Thread elserj
ACCUMULO-3305 Use stopProcessWithTimeout instead of directly using Process API We don't know if the start of a Process might be delayed, and, if we call destroy before this happens, then waitFor appears to hang indefinitely. Use the existing thread pool to guard against an inf loop. Project: htt