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

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


    from 826224e5d5 reduces log level for some chatty logs (#5082)
     add 990c6edebb interrupts compactions and adds IT to verify (#5395)
     add 0751f01ff1 prevents creating overlapping encryption streams (#5400)
     new 15be02a8ff 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:
 .../core/crypto/streams/BlockedOutputStream.java   |  7 +++-
 .../accumulo/core/spi/crypto/AESCryptoService.java | 15 ++++++-
 .../accumulo/core/spi/crypto/CryptoService.java    |  3 +-
 .../accumulo/core/spi/crypto/FileEncrypter.java    |  5 ++-
 .../accumulo/core/crypto/BlockedIOStreamTest.java  |  9 ++--
 .../apache/accumulo/core/crypto/CryptoTest.java    | 24 +++++++++++
 .../accumulo/server/compaction/CompactionInfo.java |  2 +-
 .../accumulo/server/compaction/FileCompactor.java  | 49 +++++++++++++++++++---
 .../accumulo/tserver/tablet/MinorCompactor.java    |  3 +-
 9 files changed, 99 insertions(+), 18 deletions(-)

Reply via email to