This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 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) new f203043e83 Merge branch '2.1' 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 +- .../miniclusterImpl/MiniAccumuloClusterImpl.java | 2 +- pom.xml | 6 +- .../java/org/apache/accumulo/manager/Manager.java | 5 +- .../manager/ManagerClientServiceHandler.java | 2 +- .../manager/tableOps/compact/CompactionDriver.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 +- .../accumulo/tserver/TabletClientHandler.java | 3 +- .../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 +- .../test/compaction/CompactionExecutorIT.java | 2 +- .../accumulo/test/functional/CompactionIT.java | 2 +- 31 files changed, 2346 insertions(+), 41 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%)