You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dh...@apache.org on 2016/05/05 21:26:22 UTC

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

Merge branch '1.8'


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fa80ae12
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fa80ae12
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fa80ae12

Branch: refs/heads/master
Commit: fa80ae12b96e7571ae9424bef052ee450cc5b5e4
Parents: a407333 9aac9c0
Author: Dylan Hutchison <dh...@cs.washington.edu>
Authored: Thu May 5 14:24:43 2016 -0700
Committer: Dylan Hutchison <dh...@cs.washington.edu>
Committed: Thu May 5 14:24:43 2016 -0700

----------------------------------------------------------------------
 .../core/client/impl/ConditionalWriterImpl.java |   4 +-
 .../core/client/impl/SyncingTabletLocator.java  | 115 ++++++++
 .../core/client/impl/TabletLocator.java         |  12 +
 .../impl/TabletServerBatchReaderIterator.java   |   4 +-
 .../client/impl/TabletServerBatchWriter.java    |   9 +-
 .../core/client/impl/TimeoutTabletLocator.java  |  48 +---
 .../test/BatchWriterInTabletServerIT.java       | 126 +++++++++
 .../accumulo/test/BatchWriterIterator.java      | 261 +++++++++++++++++++
 .../accumulo/test/util/SerializationUtil.java   | 257 ++++++++++++++++++
 9 files changed, 791 insertions(+), 45 deletions(-)
----------------------------------------------------------------------