This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch single-node-props in repository https://gitbox.apache.org/repos/asf/accumulo.git
from bb4df59ced Merge branch 'main' into single-node-props add 74b48da924 Add new blip count to GC (#2672) add 82146a4994 Update Replication Table offline message in Monitor (#2676) add c5ca1713d1 Clean up bulkImport js (#2675) add bbd32b1ad4 Bug fix for caption in tservers table in monitor (#2674) add c356c93f5b GC Blip Count Follow up Fixes (#2678) add 838eccf83e Add VFS type mapping for new jar mime type (#2683) new 34da29703f Merge branch 'main' into single-node-props 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: .../accumulo/core/gc/thrift/GcCycleStats.java | 104 ++++++++++++++- core/src/main/thrift/gc.thrift | 1 + .../accumulo/gc/GarbageCollectionAlgorithm.java | 110 +++++++++------- .../apache/accumulo/gc/SimpleGarbageCollector.java | 7 +- .../apache/accumulo/gc/GarbageCollectionTest.java | 21 +++- .../accumulo/monitor/resources/js/bulkImport.js | 139 ++++++++++----------- .../accumulo/monitor/resources/js/functions.js | 8 +- .../apache/accumulo/monitor/resources/js/global.js | 3 + .../accumulo/monitor/resources/js/replication.js | 2 +- .../apache/accumulo/monitor/resources/js/server.js | 3 +- .../accumulo/monitor/resources/js/tservers.js | 122 ++++++++++-------- .../accumulo/monitor/templates/bulkImport.ftl | 4 +- .../apache/accumulo/monitor/templates/tservers.ftl | 6 +- .../classloader/vfs/AccumuloVFSClassLoader.java | 5 +- .../accumulo/start/test/AccumuloDFSBase.java | 1 + 15 files changed, 334 insertions(+), 202 deletions(-)