This is an automated email from the ASF dual-hosted git repository.
keith-turner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 8f3724472b Remove JSLint comment blocks from the JavaScript code
(#6327)
add 10b33c1f82 improves monitor tserver view (#6329)
No new revisions were added by this update.
Summary of changes:
.../org/apache/accumulo/core/metrics/Metric.java | 78 ++--
.../MonitorMeterRegistry.java} | 54 +--
.../core/util/threads/ThreadPoolNames.java | 2 +
.../org/apache/accumulo/server/AbstractServer.java | 11 +-
.../accumulo/server/metrics/MetricsInfoImpl.java | 7 +
.../apache/accumulo/server/rpc/TServerUtils.java | 88 +++--
.../accumulo/server/rpc/TServerUtilsTest.java | 2 +-
.../org/apache/accumulo/compactor/Compactor.java | 5 +-
.../java/org/apache/accumulo/manager/Manager.java | 2 +-
.../accumulo/monitor/next/views/ServersView.java | 399 +++++++++++++++++----
.../monitor/resources/js/server_process_common.js | 32 +-
.../org/apache/accumulo/tserver/ScanServer.java | 4 +-
.../org/apache/accumulo/tserver/TabletServer.java | 4 +-
.../tserver/TabletServerResourceManager.java | 14 +-
.../tserver/metrics/TabletServerScanMetrics.java | 14 +-
.../apache/accumulo/tserver/scan/LookupTask.java | 2 +
.../accumulo/tserver/scan/NextBatchTask.java | 2 +
17 files changed, 527 insertions(+), 193 deletions(-)
copy core/src/main/java/org/apache/accumulo/core/{client/admin/DiskUsage.java
=> metrics/MonitorMeterRegistry.java} (51%)