Updated Branches:
refs/heads/1.6.0-SNAPSHOT 5aec58678 -> 8cfdc1ffc
ACCUMULO-1998 fix warning about an unclosed resource.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8cfdc1ff
Tree: http://git-wip-us.apache.org/repo
Updated Branches:
refs/heads/master 69f0bcde2 -> 7ecb50a97
ACCUMULO-1998 fix warning about an unclosed resource.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8cfdc1ff
Tree: http://git-wip-us.apache.org/repos/asf/ac
Updated Branches:
refs/heads/1.5.1-SNAPSHOT 52ef7c6e0 -> 1f99e6e14
refs/heads/1.6.0-SNAPSHOT 71b2baec7 -> 420d7db3b
refs/heads/master ba9bfa938 -> 0d7312e32
ACCUMULO-1998 Defense against concurrent write() and close() by relying on
DfsLogger output stream interaction
Project: http://git-
Updated Branches:
refs/heads/1.6.0-SNAPSHOT 8ead5c64d -> cac60938f
ACCUMULO-1998 Defense against concurrent write() and close() by relying on
DfsLogger output stream interaction
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accum
ACCUMULO-1998 Resolving corner cases around blocked output stream behavior and
migration
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9ba06ff2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9ba06ff2
Diff:
ACCUMULO-1998 Resolving corner cases around blocked output stream behavior and
migration
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/9ba06ff2
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/9ba06ff2
Diff:
ACCUMULO-1998
All encrypted walog events are now individual blocked on disk. This leads to an
additional maxBlockSize parameter (mostly to handle OOM from mismatched
crypto). Additionally, because of this behavior, as well as PKCS5 behavior, I
have turned off all padding on the default crypto c
Updated Branches:
refs/heads/1.6.0-SNAPSHOT 133e90a3c -> 443cba7a7
ACCUMULO-1998
All encrypted walog events are now individual blocked on disk. This leads to an
additional maxBlockSize parameter (mostly to handle OOM from mismatched
crypto). Additionally, because of this behavior, as well as