You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/06/16 21:51:52 UTC

[accumulo] branch master updated (7112c07 -> ebca8e1)

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


[accumulo] 01/01: Merge branch '2.0'

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ebca8e13dd12fc866887ebbd773ceeacb69a2f3e
Merge: 7112c07 ec76015
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Sun Jun 16 17:51:05 2019 -0400

    Merge branch '2.0'

 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(-)