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

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


    from 7112c07  Merge branch '2.0'
     add 0e89ab2  Fix more tests building 2.0 with Java 11 (#1215)
     new ec76015  Fix javadocs when building with Java 11
     new ebca8e1  Merge branch '2.0'

The 2 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:
 assemble/pom.xml                                   |   4 +-
 assemble/src/main/assemblies/component.xml         |   4 +-
 .../data/doc-files/mutation-serialization.html     | 322 ++++++++++-----------
 .../org/apache/accumulo/core/iterators/Filter.java |   2 +-
 .../accumulo/core/iterators/ServerFilter.java      |   2 +-
 .../core/iterators/SortedKeyValueIterator.java     |  36 +--
 .../core/iterators/SynchronizedServerFilter.java   |   2 +-
 .../accumulo/core/iterators/YieldCallback.java     |   2 +-
 pom.xml                                            |  12 +-
 server/monitor/pom.xml                             |   8 +-
 .../org/apache/accumulo/tserver/TabletServer.java  |   2 +-
 .../tserver/TabletServerResourceManager.java       |  49 ++--
 .../tserver/compaction/CompactionStrategy.java     |   2 +-
 .../strategies/BasicCompactionStrategy.java        |   2 +-
 ...erResourceManagerDynamicCompactionPoolTest.java | 159 ++++++++++
 .../org/apache/accumulo/test/ShellServerIT.java    |   4 +-
 .../test/functional/DynamicThreadPoolsIT.java      | 130 ---------
 .../test/functional/GarbageCollectorIT.java        |   5 +-
 18 files changed, 382 insertions(+), 365 deletions(-)
 create mode 100644 
server/tserver/src/test/java/org/apache/accumulo/tserver/TabletServerResourceManagerDynamicCompactionPoolTest.java
 delete mode 100644 
test/src/main/java/org/apache/accumulo/test/functional/DynamicThreadPoolsIT.java

Reply via email to