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

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


    from 18e9a3453b Add API method for getting tablet hosting goals (#3451)
     add 97a11ba820 fixes bulk import filename prefix (#3477)
     add 89d893f4dd Improve javadocs for the TabletFile interface (#3476)
     add c27ba41443 Fix to stop assignments to shutting down servers (#3479)
     add 8cb090ab88 Fix to stop assignments to shutting down servers (#3479)
     add 658346ce1a Merge branch '2.1'
     add d3b910c4a0 Remove redundant main from zoo-info-viewer tool (#3481)
     add 7967fdac52 Merge branch '2.1'
     add c6d47d032e Add tool to edit props in ZooKeeper with Accumulo offline 
(#3445)
     add 28627e67a1 Merge branch '2.1'
     add 7c5bbc6e90 Revert to JLine 3.21.0
     add d9f76311e9 Merge branch '2.1'
     add 02758b8695 Use flush with wait in GarbageCollector Trash tests (#3490)
     add 94df1673b1 Merge branch '2.1'
     add 202ef695ab fixes bug where bulk import could cause compcation to hang 
(#3492)
     add d9c816f53b Merge branch '2.1'
     add cec72b5b8e Don't use small-caps in monitor (#3493)
     add 238a5226d3 Merge branch '2.1'
     new bb673da62f Merge branch 'main' into elasticity

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:
 .../apache/accumulo/core/metadata/TabletFile.java  |  13 +-
 pom.xml                                            |   3 +-
 .../accumulo/server/conf/util/ZooInfoViewer.java   | 162 +----------
 .../accumulo/server/conf/util/ZooPropEditor.java   | 305 +++++++++++++++++++++
 .../accumulo/server/conf/util/ZooPropUtils.java    | 140 ++++++++++
 .../server/conf/util/ZooInfoViewerTest.java        |  86 +-----
 .../server/conf/util/ZooPropEditorTest.java        |  27 +-
 .../server/conf/util/ZooPropUtilsTest.java         |  68 +++++
 .../accumulo/manager/TabletGroupWatcher.java       |  21 +-
 .../manager/tableOps/bulkVer2/PrepBulkImport.java  |   2 +-
 .../accumulo/monitor/resources/css/screen.css      |   3 -
 .../org/apache/accumulo/tserver/tablet/Tablet.java |  35 ++-
 .../accumulo/start/spi/KeywordExecutable.java      |   5 +-
 .../accumulo/test/conf/util/ZooPropEditorIT.java   | 138 ++++++++++
 .../test/functional/GarbageCollectorTrashBase.java |   2 +-
 ...ageCollectorTrashEnabledWithCustomPolicyIT.java |   2 +-
 .../apache/accumulo/test/functional/SplitIT.java   |  76 +++++
 .../apache/accumulo/test/start/KeywordStartIT.java |  71 +++--
 18 files changed, 847 insertions(+), 312 deletions(-)
 create mode 100644 
server/base/src/main/java/org/apache/accumulo/server/conf/util/ZooPropEditor.java
 create mode 100644 
server/base/src/main/java/org/apache/accumulo/server/conf/util/ZooPropUtils.java
 copy core/src/test/java/org/apache/accumulo/core/data/ByteSequenceTest.java => 
server/base/src/test/java/org/apache/accumulo/server/conf/util/ZooPropEditorTest.java
 (61%)
 create mode 100644 
server/base/src/test/java/org/apache/accumulo/server/conf/util/ZooPropUtilsTest.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/conf/util/ZooPropEditorIT.java

Reply via email to