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

dlmarion pushed a change to branch 1451-external-compactions
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 90e76cd  Removed tserver from RunningCompaction, reduced work on 
restart, fixed up tests
     add afc85ae  Remove duplicated word in TESTING.md (#2090)
     add a0af230  Fix #2070 address ShellServerIT test failures (#2087)
     add be861e6  Remove unused ZK status thread from monitor (#2095)
     add 714c5bb  Add method to load client properties from URL (#2075)
     add a28b27a  Add extent to metadata update failure logs (#2086)
     add 3c039c7  Add option to disable encryption to AESCryptoService (#2064)
     add 19cbf45  Fix error mistaking volume for directory (#2046)
     add 9c14772  Removed obsolete comment (#2099)
     add 5b1c0b5  Fix #1628 add test where selector throws an error (#2098)
     add ef253ee  Bump plugin versions (#2102)
     add f59e09a  Merge branch '1.10'
     add c0c1837  Bump dependencies for 2.1 (#2103)
     add 92c812c  Fix history test inside ShellServerIT (#2097)
     add 347c984  Construct client using URL for JShell (#2104)
     add 4a1844c  Run tests that use System.gc in their own fork (#2107)
     add 1a2ef83  Make LogReader more discoverable (#2106)
     add e7dd6f9  Avoid recreating ServiceEnvironment (#2101)
     add 0c8be59  Fix spelling of InitParameters (#2108)
     add 763cf4f  Fix property JSON strings (#2109)
     add 58a2021  Merge branch 'main' into 1451-external-compactions

No new revisions were added by this update.

Summary of changes:
 TESTING.md                                         |   2 +-
 assemble/src/main/scripts/create-jshell.sh         |  19 +-
 core/pom.xml                                       |   4 +
 .../accumulo/core/client/AccumuloClient.java       |  13 +
 .../admin/compaction/CompactionConfigurer.java     |   4 +-
 .../admin/compaction/CompactionSelector.java       |   4 +-
 .../admin/compaction/CompressionConfigurer.java    |   2 +-
 .../admin/compaction/TooManyDeletesSelector.java   |   2 +-
 .../accumulo/core/clientImpl/ClientContext.java    |   8 +-
 .../accumulo/core/clientImpl/ClientInfo.java       |   8 +
 .../accumulo/core/clientImpl/ClientInfoImpl.java   |  17 +
 .../org/apache/accumulo/core/conf/Property.java    |  13 +-
 .../org/apache/accumulo/core/data/Mutation.java    |  32 ++
 .../accumulo/core/spi/crypto/AESCryptoService.java |  25 +-
 .../accumulo/core/util/ConfigurationImpl.java      |   1 -
 .../apache/accumulo/core/crypto/CryptoTest.java    |  41 ++
 .../apache/accumulo/core/data/MutationTest.java    |  20 +
 .../apache/accumulo/core/file/rfile/RFileTest.java |   5 +
 .../apache/accumulo/core/util/InternerTest.java    |   2 +-
 pom.xml                                            |  62 +--
 .../accumulo/server/ServiceEnvironmentImpl.java    |   6 +-
 .../accumulo/server/conf/TableConfiguration.java   |  10 +-
 .../server/fs/VolumeChooserEnvironmentImpl.java    |   6 +-
 .../apache/accumulo/server/fs/VolumeManager.java   |   8 +-
 .../accumulo/server/util/MetadataTableUtil.java    |  13 +-
 .../apache/accumulo/server/fs/FileTypeTest.java    |  13 +
 .../accumulo/server/fs/VolumeManagerImplTest.java  |  27 +-
 server/monitor/pom.xml                             |   4 -
 .../java/org/apache/accumulo/monitor/Monitor.java  |   2 -
 .../apache/accumulo/monitor/ZooKeeperStatus.java   | 157 -------
 .../accumulo/monitor/ZooKeeperStatusTest.java      |  60 ---
 .../tserver/TabletServerResourceManager.java       |  13 +-
 .../strategies/ConfigurableCompactionStrategy.java |   4 +-
 .../tserver/compactions/CompactionService.java     |   7 +-
 .../apache/accumulo/tserver/logger/LogReader.java  |  40 +-
 .../accumulo/tserver/tablet/CompactableImpl.java   |   4 +-
 .../accumulo/tserver/tablet/CompactableUtils.java  |  18 +-
 .../ConfigurableCompactionStrategyTest.java        |   2 +-
 .../apache/accumulo/test/ExternalCompactionIT.java |   2 +-
 .../accumulo/test/MetaConstraintRetryIT.java       |   2 +-
 .../org/apache/accumulo/test/ShellServerIT.java    | 489 ++++++++++++---------
 .../accumulo/test/functional/CompactionIT.java     |  91 ++++
 .../test/functional/FunctionalTestUtils.java       |  15 +
 .../apache/accumulo/test/functional/SummaryIT.java |   2 +-
 .../apache/accumulo/test/start/KeywordStartIT.java |   3 +
 test/src/main/resources/FooConstraint_2_1.jar      | Bin 0 -> 2018 bytes
 46 files changed, 728 insertions(+), 554 deletions(-)
 delete mode 100644 
server/monitor/src/main/java/org/apache/accumulo/monitor/ZooKeeperStatus.java
 delete mode 100644 
server/monitor/src/test/java/org/apache/accumulo/monitor/ZooKeeperStatusTest.java
 create mode 100644 test/src/main/resources/FooConstraint_2_1.jar

Reply via email to