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

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


    from f682971dd0 Added Eventual Scan test in ComprehensiveIT (#4754)
     add eec594e3af Fix javadoc since processing (#5841)
     new 665a61ee8e Merge branch '2.1'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/post_vote_checklist.md         |  2 ++
 .../core/client/admin/CloneConfiguration.java         |  6 ++++--
 .../core/client/admin/ImportConfiguration.java        |  4 ++--
 .../accumulo/core/client/admin/TableOperations.java   |  3 ++-
 .../core/clientImpl/CloneConfigurationImpl.java       |  3 ++-
 .../accumulo/core/crypto/CryptoEnvironmentImpl.java   |  2 +-
 .../main/java/org/apache/accumulo/core/data/Key.java  |  4 ++--
 .../org/apache/accumulo/core/data/KeyBuilder.java     | 14 +++++++-------
 .../accumulo/core/data/constraints/Constraint.java    |  5 ++++-
 .../data/constraints/DefaultKeySizeConstraint.java    |  5 ++++-
 .../core/data/constraints/NoDeleteConstraint.java     |  5 ++++-
 .../core/data/constraints/VisibilityConstraint.java   |  5 ++++-
 .../accumulo/core/file/rfile/bcfile/BCFile.java       |  2 +-
 .../org/apache/accumulo/core/iterators/Combiner.java  |  6 ++++--
 .../apache/accumulo/core/iterators/ServerFilter.java  |  2 +-
 .../core/iterators/ServerSkippingIterator.java        |  2 +-
 .../core/iterators/ServerWrappingIterator.java        |  2 +-
 .../core/iterators/SynchronizedServerFilter.java      |  2 +-
 .../accumulo/core/spi/crypto/CryptoEnvironment.java   |  2 +-
 .../accumulo/core/spi/crypto/CryptoService.java       |  2 +-
 .../core/spi/crypto/CryptoServiceFactory.java         |  2 +-
 .../accumulo/core/spi/crypto/FileDecrypter.java       |  2 +-
 .../accumulo/core/spi/crypto/FileEncrypter.java       |  2 +-
 .../hadoop/mapred/AccumuloFileOutputFormat.java       |  2 +-
 .../accumulo/hadoop/mapred/AccumuloInputFormat.java   |  2 +-
 .../accumulo/hadoop/mapred/AccumuloOutputFormat.java  |  2 +-
 .../hadoop/mapred/AccumuloRowInputFormat.java         |  2 +-
 .../hadoop/mapreduce/AccumuloFileOutputFormat.java    |  2 +-
 .../hadoop/mapreduce/AccumuloInputFormat.java         |  2 +-
 .../hadoop/mapreduce/AccumuloOutputFormat.java        |  2 +-
 .../hadoop/mapreduce/AccumuloRowInputFormat.java      |  2 +-
 .../hadoop/mapreduce/FileOutputFormatBuilder.java     |  6 +++---
 .../accumulo/hadoop/mapreduce/InputFormatBuilder.java |  8 ++++----
 .../hadoop/mapreduce/OutputFormatBuilder.java         |  6 +++---
 .../hadoop/its/mapred/AccumuloRowInputFormatIT.java   |  2 +-
 .../hadoop/its/mapreduce/AccumuloInputFormatIT.java   |  2 +-
 .../its/mapreduce/AccumuloRowInputFormatIT.java       |  2 +-
 .../org/apache/accumulo/cluster/AccumuloCluster.java  |  2 +-
 pom.xml                                               | 19 ++++++++++++++++++-
 .../org/apache/accumulo/tserver/log/DfsLogger.java    |  2 +-
 40 files changed, 93 insertions(+), 56 deletions(-)

Reply via email to