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

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


    from d2b15204c5 Use OperationId to unhost tablets, separate from location 
being absent (#3835)
     add d20b5a8cde adds new comprehensive IT (#3832)
     add 17dacf28ba System-wide alert on all monitor pages (#3770)
     add 861e9c5e00 Fix String-to-bytes and bytes-to-String for UTF-8 (#3815)
     add 719697786c Update bouncycastle test dependency to 1.76 (#3819)
     add f203043e83 Merge branch '2.1'
     add e68fa4ac22 Change getFirstKey/getLastKey to getFirstRow/getLastRow 
(#3830)
     add 4de6087f27 improves ComprehensiveIT and adjust sunny ITs (#3843)
     new 3a874c2972 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:
 LICENSE                                            |   11 +-
 assemble/src/main/resources/LICENSE                |   25 +
 .../core/clientImpl/TableOperationsImpl.java       |    2 +-
 .../org/apache/accumulo/core/data/Mutation.java    |    4 +-
 .../accumulo/core/file/BloomFilterLayer.java       |    8 +-
 .../apache/accumulo/core/file/FileSKVIterator.java |    6 +-
 .../core/file/rfile/MultiIndexIterator.java        |    5 +-
 .../org/apache/accumulo/core/file/rfile/RFile.java |   61 +-
 .../iteratorsImpl/system/SequenceFileIterator.java |    5 +-
 .../core/file/rfile/AbstractRFileTest.java         |    8 +-
 .../core/file/rfile/MultiThreadedRFileTest.java    |    8 +-
 .../apache/accumulo/core/file/rfile/RFileTest.java |   14 +-
 .../miniclusterImpl/MiniAccumuloClusterImpl.java   |    2 +-
 pom.xml                                            |    6 +-
 .../org/apache/accumulo/server/util/FileUtil.java  |   21 +-
 .../apache/accumulo/server/util/FileInfoTest.java  |   12 +-
 .../java/org/apache/accumulo/manager/Manager.java  |    5 +-
 .../manager/ManagerClientServiceHandler.java       |    2 +-
 .../manager/tableOps/split/UpdateTabletsTest.java  |    3 +-
 .../src/main/appended-resources/META-INF/LICENSE   |   11 +-
 .../accumulo/monitor/resources/css/screen.css      |    3 +-
 .../external/bootstrap/css/bootstrap-icons.css     | 2078 ++++++++++++++++++++
 .../external/bootstrap/fonts/arrow-repeat.svg      |    4 -
 .../external/bootstrap/fonts/bootstrap-icons.woff  |  Bin 0 -> 176200 bytes
 .../external/bootstrap/fonts/bootstrap-icons.woff2 |  Bin 0 -> 130608 bytes
 .../bootstrap/fonts/three-dots-vertical.svg        |    3 -
 .../apache/accumulo/monitor/resources/js/navbar.js |    1 +
 .../accumulo/monitor/resources/js/systemAlert.js   |  172 ++
 .../apache/accumulo/monitor/templates/default.ftl  |    3 +
 .../org/apache/accumulo/monitor/templates/ec.ftl   |    4 +-
 .../apache/accumulo/monitor/templates/navbar.ftl   |    5 +-
 .../accumulo/monitor/templates/systemAlert.ftl     |   18 +-
 .../org/apache/accumulo/tserver/log/DfsLogger.java |    2 +-
 .../org/apache/accumulo/tserver/log/LogSorter.java |    4 +-
 .../accumulo/tserver/logger/LogFileValue.java      |    2 +-
 .../apache/accumulo/tserver/logger/LogReader.java  |    2 +-
 .../accumulo/shell/commands/GetAuthsCommand.java   |    4 +-
 test/pom.xml                                       |    4 +-
 .../org/apache/accumulo/test/ComprehensiveIT.java  | 1252 ++++++++++++
 .../test/compaction/CompactionExecutorIT.java      |    2 +-
 .../accumulo/test/conf/PropStoreConfigIT.java      |    2 -
 .../accumulo/test/conf/util/ZooPropEditorIT.java   |    2 -
 .../apache/accumulo/test/functional/BulkIT.java    |    4 -
 .../accumulo/test/functional/LocalityGroupIT.java  |  218 ++
 .../accumulo/test/functional/ReadWriteIT.java      |  227 +--
 .../accumulo/test/functional/ScanIteratorIT.java   |    3 -
 .../test/shell/ShellCreateNamespaceIT.java         |    2 -
 .../accumulo/test/shell/ShellCreateTableIT.java    |    2 -
 .../org/apache/accumulo/test/shell/ShellIT.java    |    2 -
 .../apache/accumulo/test/shell/ShellServerIT.java  |    2 -
 50 files changed, 3888 insertions(+), 358 deletions(-)
 create mode 100644 
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/bootstrap/css/bootstrap-icons.css
 delete mode 100644 
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/bootstrap/fonts/arrow-repeat.svg
 create mode 100644 
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/bootstrap/fonts/bootstrap-icons.woff
 create mode 100644 
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/bootstrap/fonts/bootstrap-icons.woff2
 delete mode 100644 
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/external/bootstrap/fonts/three-dots-vertical.svg
 create mode 100644 
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/systemAlert.js
 copy DEPENDENCIES => 
server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/systemAlert.ftl
 (60%)
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/ComprehensiveIT.java
 create mode 100644 
test/src/main/java/org/apache/accumulo/test/functional/LocalityGroupIT.java

Reply via email to