This is an automated email from the ASF dual-hosted git repository.
dlmarion pushed a change to branch 4973-new-monitor-metrics
in repository https://gitbox.apache.org/repos/asf/accumulo.git
from 0ffa02060e Added property to timeout information retrieval
add db132d86f0 Removed coordinator from service status command (#5076)
add c648152d2a fixes bug where service lock code created too many threads
(#5079)
add 943ca69fd6 Added Monitor property to optionally show extent
information (#5081)
add af2ca87aa4 Merge branch '2.1' into 3.1
add e79a3198f6 Merge branch '3.1'
add 9049e22abe fixes bug with cleaning up multiple dead compactions in
single tablet (#5083)
add 2ecb385e8f Merge remote-tracking branch 'upstream/main'
add 6b8e10b012 Merge branch 'main' into 4973-new-monitor-metrics
add ffb0cb1c21 Use new monitor property in new monitor code
No new revisions were added by this update.
Summary of changes:
.../org/apache/accumulo/core/conf/Property.java | 10 ++-
.../accumulo/core/lock/ServiceLockPaths.java | 86 +++++++++++-----------
.../core/util/threads/ThreadPoolNames.java | 1 +
.../util/serviceStatus/ServiceStatusReport.java | 2 -
.../serviceStatus/ServiceStatusReportTest.java | 6 --
.../coordinator/CompactionCoordinator.java | 62 ++++++++--------
.../java/org/apache/accumulo/monitor/Monitor.java | 11 +++
.../accumulo/monitor/next/InformationFetcher.java | 7 +-
.../apache/accumulo/monitor/next/NewMonitor.java | 9 ++-
.../accumulo/monitor/next/SystemInformation.java | 11 ++-
.../rest/tservers/TabletServerResource.java | 3 +-
11 files changed, 120 insertions(+), 88 deletions(-)