You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by jm...@apache.org on 2021/06/14 15:44:29 UTC

[accumulo] branch main updated (987fc0c -> d3b912c)

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

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


    from 987fc0c  Specify blockName in CachedBlock exceptions (#2163)
     add d3b912c  Refactor code to take advantage of Value no-arg constructor (#2162)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/accumulo/core/iterators/SortedKeyIterator.java  |  2 +-
 .../core/constraints/DefaultKeySizeConstraintTest.java         | 10 +++++-----
 .../core/constraints/DeprecatedConstraintExtendTest.java       | 10 +++++-----
 .../test/java/org/apache/accumulo/core/crypto/CryptoTest.java  |  4 ++--
 .../core/data/constraints/DefaultKeySizeConstraintTest.java    | 10 +++++-----
 .../org/apache/accumulo/core/file/rfile/BlockIndexTest.java    |  8 ++++----
 .../accumulo/core/iterators/system/VisibilityFilterTest.java   |  8 ++++----
 .../accumulo/core/iterators/user/IndexedDocIteratorTest.java   |  2 +-
 .../accumulo/core/iterators/user/IntersectingIteratorTest.java |  2 +-
 .../apache/accumulo/core/iterators/user/RegExFilterTest.java   |  2 +-
 .../accumulo/core/iterators/user/VisibilityFilterTest.java     |  2 +-
 .../org/apache/accumulo/server/metadata/TabletMutatorBase.java |  2 +-
 .../main/java/org/apache/accumulo/server/util/FileUtil.java    |  2 +-
 .../org/apache/accumulo/server/client/BulkImporterTest.java    |  2 +-
 .../apache/accumulo/gc/GarbageCollectWriteAheadLogsTest.java   |  2 +-
 .../tserver/replication/AccumuloReplicaSystemTest.java         |  4 ++--
 .../java/org/apache/accumulo/test/BulkImportMonitoringIT.java  |  2 +-
 .../java/org/apache/accumulo/test/CountNameNodeOpsBulkIT.java  |  2 +-
 test/src/main/java/org/apache/accumulo/test/TestIngest.java    |  2 +-
 .../main/java/org/apache/accumulo/test/VolumeChooserIT.java    |  2 +-
 .../accumulo/test/functional/DeletedTablesDontFlushIT.java     |  2 +-
 21 files changed, 41 insertions(+), 41 deletions(-)