You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/11/20 16:49:55 UTC

[accumulo] branch master updated (5100847 -> bcb67b9)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 5100847  Fixes #1418: Remove DefaultMap, use computeIfAbsent (#1436)
     add bcb67b9  Fix #1417: Remove usage of Text from code creating mutations (#1439)

No new revisions were added by this update.

Summary of changes:
 .../core/clientImpl/TabletLocatorImplTest.java     |  2 +-
 .../hadoop/its/mapred/AccumuloInputFormatIT.java   |  4 +--
 .../hadoop/its/mapred/AccumuloOutputFormatIT.java  |  4 +--
 .../hadoop/its/mapred/MultiTableInputFormatIT.java |  4 +--
 .../accumulo/hadoop/its/mapred/TokenFileIT.java    |  2 +-
 .../its/mapreduce/AccumuloInputFormatIT.java       |  8 ++---
 .../its/mapreduce/AccumuloOutputFormatIT.java      |  2 +-
 .../its/mapreduce/MultiTableInputFormatIT.java     |  4 +--
 .../accumulo/hadoop/its/mapreduce/TokenFileIT.java |  2 +-
 .../constraints/MetadataConstraintsTest.java       |  2 +-
 .../accumulo/tserver/logger/LogFileTest.java       |  2 +-
 .../org/apache/accumulo/test/InMemoryMapIT.java    | 35 +++++++++++-----------
 .../org/apache/accumulo/test/YieldScannersIT.java  |  4 +--
 .../test/functional/BadIteratorMincIT.java         |  5 ++--
 .../test/functional/BadLocalityGroupMincIT.java    |  2 +-
 .../accumulo/test/functional/BatchScanSplitIT.java |  2 +-
 .../test/functional/BatchWriterFlushIT.java        |  6 ++--
 .../accumulo/test/functional/BloomFilterIT.java    |  8 ++---
 .../accumulo/test/functional/ConcurrencyIT.java    |  5 ++--
 .../accumulo/test/functional/ConstraintIT.java     |  8 ++---
 .../test/functional/DeleteEverythingIT.java        |  3 +-
 .../accumulo/test/functional/LargeRowIT.java       |  2 +-
 .../accumulo/test/functional/PermissionsIT.java    |  6 ++--
 .../apache/accumulo/test/functional/ScanIdIT.java  |  2 +-
 .../accumulo/test/functional/ScanIteratorIT.java   |  6 ++--
 .../test/functional/ScanSessionTimeOutIT.java      |  2 +-
 .../test/functional/ServerSideErrorIT.java         |  2 +-
 .../test/functional/SessionBlockVerifyIT.java      |  2 +-
 .../test/mapred/AccumuloInputFormatIT.java         |  4 +--
 .../mapred/AccumuloMultiTableInputFormatIT.java    |  4 +--
 .../test/mapred/AccumuloOutputFormatIT.java        |  4 +--
 .../apache/accumulo/test/mapred/TokenFileIT.java   |  2 +-
 .../mapreduce/AccumuloMultiTableInputFormatIT.java |  4 +--
 .../test/mapreduce/AccumuloOutputFormatIT.java     |  2 +-
 .../accumulo/test/mapreduce/TokenFileIT.java       |  2 +-
 .../org/apache/accumulo/test/util/SlowOps.java     |  2 +-
 .../constraints/AlphaNumKeyConstraintTest.java     |  5 ++--
 .../constraints/NumericValueConstraintTest.java    |  7 ++---
 38 files changed, 83 insertions(+), 89 deletions(-)